Ordered List
This can also be dened with two of its attributes: start and reversed. Start attribute denes the starting number of rst list item. Reversed attribute is used to display the list in descending order. The list items for ordered list can also be dened with a value attribute which is used to place that item at a specic position or number in the list.
Steps to create HTML file
- Text Editor
- New File
- HTML codes
- Save as .html
<ol>
<li>Mix flour, baking powder, sugar, and salt.</li>
<li>In another bowl, mix eggs, milk, and oil.</li>
<li>Stir both mixtures together.</li>
<li>Fill muffin tray 3/4 full.</li>
<li>Bake for 20 minutes.</li>
</ol>