Semantic portal
Main
Courses
Domains
Terminology
About
HTML Lists
<ol>
<ol>
<ol> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol>
An ordered list starts with the <ol>
tag
.
Each list item starts with the <li>
tag
.
The list items will be marked with numbers by default.
Related concepts
HTML Tags
HTML Lists
→
<ol>
→
HTML Lists
The start Attribute
<ol> — Structure map
Clickable & Draggable!
<ol> — Related pages:
Basic
Lists
Block and Inline Elements