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 trialPhillip Tompkins
746 PointsPlace the ul, h1 and p elements at the top of the page inside an element that represents a group of introductory content
Someone help me where do I put the ul, h1, and p elements?
Adam Fajder
5,182 PointsAdam Fajder
5,182 PointsHello Phillip,
In this task you need to create a header element. The
<header>
element represents a container for introductory content or a set of navigational links.You can find out more about the header element here: https://www.w3schools.com/tags/tag_header.asp