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 HTML Basics Structuring Your Content Structuring Content Challenge

kadeem c
kadeem c
734 Points

Place the ul, h1 and p elements at the top of the page inside an element that represents a group of introductory content

I tried to place the 3 elements in the head and also the body at separate times and its not working

Thank you

Ruben Ponce
seal-mask
.a{fill-rule:evenodd;}techdegree
Ruben Ponce
Full Stack JavaScript Techdegree Student 12,035 Points

You're very close, but <head> is for tags like <title>, and <link> . What you want is the <header> tag. This is the tag that will appear at the top of every page. Like an example of the header is the top of this page on Treehouse where you see your navigation links to Home, community, support, library.

kadeem c
kadeem c
734 Points

Thank you Ruben!!

Lian Maung
Lian Maung
4,611 Points

Ruben, thank you!

1 Answer

Also, in addition to placing the 3 items in the header, placing the header in div tags may be helpful to your design. Hope it all turns out great! Thank you.