Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

Front End web Development course

How am I supposed to “Set the main headline to a heading level 1 element. Then, place the line of text below the main headline inside opening and closing paragraph tags.” Every time I try to do it, it says that I did it wrong. Even though I put the paragraph tags inside of the h1 tags correctly...

3 Answers

You are not supposed to put the p tags inside the h1 tags; you are supposed to put it below the h1 tags.

Thank you!

“Best Answer”