Content Elements - Level 05
Content Elements
Instructions
You can create an ordered list of items using the <ol>
element. It has to be used in conjunction with list items which can be created using the <li>
element. The <ol>
element only allows <li>
elements as direct children.
Since it is an ordered list, the order of the items in the list is important.
Replace the unordered list with an ordered list and rank its content according to your preference.
index.html
On your computer: Press + m to use the tab key for site navigation.
The editor is loading...