Lists Worksheet

Problem 1

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
Problem 2

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
    • Miles Davis
    • John Coltrane
  2. Blues
    • Muddy Waters
    • Howlin Wolf
  3. Country
    • Kenny Rodgers
    • Brad Paisley