Unordered Lists

Unordered lists are simply bulleted lists which can be nested.

This is a simple unordered list

  • First Item
  • Second Item
  • Third Item

However, the HTML specification allows for nesting of these lists

  • Smith
    • Stan
    • Francine
    • Steve
    • Hayley
    • Roger
  • Simpson
    • Homer
    • Marge
    • Bart
    • Lisa
    • Maggie

They even go as far as allowing ordered lists within them

  • Smith
    1. Stan
    2. Francine
    3. Steve
    4. Hayley
    5. Roger
  • Simpson
    1. Homer
    2. Marge
    3. Bart
    4. Lisa
    5. Maggie

Powered by Angular | JamStack | Netlify

View code on GitHub