====== Web Development Lesson 3 - Lists ====== ===== Multi-level Lists ===== ==== Objectives ==== In this exercise you will: * create multi-level lists * start using Visual Studio Code, a professional coding platform * learn one way to target specific elements with CSS ==== Setup ==== * We'll start from a blank slate in [[https://jsfiddle.net|jsfiddle]], so delete all the HTML and CSS you've entered so far. ==== Nesting Lists ==== * Sometimes you'll want to have lists inside of lists. Think of the table of contents of a textbook where each chapter has a number of subheadings and even those may have subheadings. * To keep it interesting, we'll look here at a simple profile of yourself. * Enter the heading 'Who Am I?'

Who Am I?

* Now create a list of topics to cover. Even though the order doesn't matter, I'm using
    because I'll use it to illustrate a point later.
    1. Family Members
    2. Hobbies
    3. Favourite Bands
    * Now we'll populate these with other lists under (inside) each topic. * Enter the names of your family members. I don't know the names of your family, so I'll just label some options.
  1. Family Members
    • Father
    • Mother
    • Sister
    • Brother
  2. * Notice that the new list needs its own