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

HTML 5 - Having trouble?

Im on the skills test for "Html 5" on task 6 of 6 and dont know what to type for "Add a header element, section element, and footer element."

Calvin Nix
Calvin Nix
43,828 Points

What code are you currently using?

1 Answer

Pedro GCA
Pedro GCA
20,683 Points

Hey Ashley, this should be your code:

<header></header>
<section></section>
<footer></footer>

Be sure you watched all the videos, I recommend watching 2 or more times if you didn't get it pretty much clear in the first time.

Let me know if it worked. ;)