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
    
Put your HTML code for problem 1 here. Make sure to indent your code properly.
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
    
Put your HTML code for problem 2 here. Make sure to indent your code properly.