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 trialkadeem c
734 PointsPlace 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
kadeem c
734 PointsThank you Ruben!!
Lian Maung
4,611 PointsRuben, thank you!
1 Answer
Martha Brown
4,380 PointsAlso, 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.
Ruben Ponce
Full Stack JavaScript Techdegree Student 12,035 PointsRuben Ponce
Full Stack JavaScript Techdegree Student 12,035 PointsYou'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.