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.

0 Response to "ol"

Post a Comment