Title:
HTML Lists Worksheet
Updated:
September 11, 2023
Task/Activity:
  1. Lists
  2. Nested Lists
A. Lists
Create a header tag (h3) and make it display this content: Pets.

Under the header, add an ordered list that displays the following:
                1. Dogs
                2. Cats
                3. Guinea Pigs
            

Pets

  1. Dogs
  2. Cats
  3. Guinea Pigs
B. Nested Lists
Create a header tag (h3) and make it display this content: Music.

Under the header, add a list (with nested lists) that displays the following:
                1. Jazz
                    ⚬ Miles Davis
                    ⚬ John Coltrane
                2. Blues
                    ⚬ Muddy Waters
                    ⚬ Howlin Wolf
                3. Country
                    ⚬ Kenny Rodgers
                    ⚬ Brad Paisley
            

Music

  1. Jazz
  2. Blues
  3. Country