<!-- HTML - h1 (the title of the page) - An introductory paragraph - Two h2s, each followed by a few paragraphs - Inside the paragraphs, use strong and emphasis tags - If you are feeling adventorus add a second page and link to it
CSS - Change the color of the h1 - Change the text alignment of the h1 - Change the color of the h2s - Change the font-size of the paragraphs - If you added a link, change the color of it -->
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!--
HTML
- h1 (the title of the page)
- An introductory paragraph
- Two h2s, each followed by a few paragraphs
- Inside the paragraphs, use strong and emphasis tags
- If you are feeling adventorus add a second page and link to it