ol

ol
HTML ol Element
The HTML <ol> ordered list element is used to render numbered lists using the <li> element.

HTML CODE EXAMPLE
My favorite superheroes are:
<ol>
  <li>Superman</li>
  <li>Ironman</li>
  <li>Batman</li>
  <li>Crazyman</li>
</ol>
 
My favorite superheroes are:
  1. Superman
  2. Ironman
  3. Batman
  4. Crazyman

click here to code.

Related Posts :

  • title title HTML title Element The HTML <title> element is used to relate the title of the web … Read More...
  • track track HTML track Element NOTE: This new element is HTML5 and will be a standardized element in … Read More...
  • thead thead HTML thead Element The HTML <thead> table heading group element is used to group ta… Read More...
  • time time HTML time Element NOTE: This new element is HTML5 and will be a standardized element in 20… Read More...
  • tr tr HTML tr Element The HTML <tr> table row element is used to start a new row of either &… Read More...

0 Response to "ol"

Post a Comment