ol
HTML ol Element
The HTML <ol> ordered list element is used to render numbered lists using the <li> element.
click here to code.
HTML CODE EXAMPLE
My favorite superheroes are:
<ol>
<li>Superman</li>
<li>Ironman</li>
<li>Batman</li>
<li>Crazyman</li>
</ol>
<ol>
<li>Superman</li>
<li>Ironman</li>
<li>Batman</li>
<li>Crazyman</li>
</ol>
My favorite superheroes are:
- Superman
- Ironman
- Batman
- Crazyman
0 Response to "ol"
Post a Comment