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

Phillip Tompkins
Phillip Tompkins
746 Points

Place 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
Adam Fajder
5,182 Points

Hello 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

1 Answer

Phillip Tompkins
Phillip Tompkins
746 Points

Yeah I figured it out. Thanks