Step by Step Visual Workbook on how to create ordered lists, also called numbered lists, for beginning HTML learners. The focus is on the ol
element and builds on the lesson on building unordered bulleted lists that introduced the li
element. You get to make a comparison between the ol
and ul
elements in the follow along demo about How to Change a Light Bulb. A second level bulleted list is added to the number lists. You make use of the web browser developer tools to uncover the styling and layout dynamics of the HTML numbered list elements.
This is designed for anyone who is learning about HTML for the first time and wants to get the foundation of how HTML list elements work out of the box. Sets the groundwork for learning the ol
number list element.