Skip to content

2.4 Lists

Unordered Lists

  • List of items where the order doesn’t matter

  • Unordered lists are created using the <ul> element, and each item within the list is created using the list item element <li>.

Ordered Lists

  • List of items where the order does matter, like step-by-step instructions for a recipe

  • Ordered lists are created using the <ol> element

  • Each individual item in them is again created using the list item element <li>