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 How to Make a Website HTML First Use HTML Elements

Challenge: Add a header element

When I put (inside the body) < header > < / header > , it tells me "Bummer! do not forget the header tag" ...

thanks!

3 Answers

Maybe without the whitespaces?

<header></header>

Hi! Thanks!

I was asked to add header, section and footer. Somehow when I added all at once and ran the challenge it did not verify - I am sure I had everything right. So then I decided to add each one at a time. So, I added header, I ran, and I got the message: "do not forget the section tag". I added section, I ran, and I got the message "do not forget the footer tag". And finally, when I added footer, it worked! Who knows ... :)

I did not use the whitespaces, it was only for the forum

Thanks again :)

Liliana