Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

HTML(Bullets,input type, attribute, semantic tag)

HTML(Bullets,input type, Attribute, semantic tag)

Let's check out the Types of bullets in Hypertext Markup Language (HTML).

An unordered list starts with the 
     tag. Each list item starts with the 
  •  tag.
  • The list items will be marked with bullets (small black circles) by default:

    UL stands for unordered list 
    OL stands for order list

    You can change the styling of your ordered lists too, with the same attribute syntax as before, just using different values. You can do Roman numerals, letters, and both of the above in small characters. The full list:


    1. ol type="A"
    2. ol type="a"
    3. ol type="I"
    4. ol type="i"

    Changing the strat-point

    If you need to start the count at a number other than 1, you just add another attribute, like so:
      start="5">

                          









       

       

      Attribute

      step, min, max, maxlength, placeholder, required, autofocus
          Semantic tag in HTML
          ,


          This post first appeared on How To Create A Basic HTML Template ?, please read the originial post: here

          Share the post

          HTML(Bullets,input type, attribute, semantic tag)

          ×

          Subscribe to How To Create A Basic Html Template ?

          Get updates delivered right to your inbox!

          Thank you for your subscription

          ×