I’m having a problem with Part 8 as well. It says "oops, try again. did you remember to add all three extra sets of
tags?
<head>
<title>
Headings & Paragraphs
</title>
</head>
<body>
<h2>Big Heading</h2>
<p>This is the biggest heading</p>
<h4>Medium Heading</h4>
<p>This is the middle heading</p>
<h6>Small Heading</h6>
<p>This is the smallest heading</p>
</body>
Your code looks fine (I assume you have a !DOCTYPE tag at the top of page as well!).
You get that error message because the exercise instructions ask you to “Add three more headings to the code…”. So you need to add three additional headings, and three additional paragraphs to the ones you’d already done in the previous exercise, i.e. you end up with six headings ranging from the biggest to the smallest, and six paragraphs, one under each heading, like so: