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

header

saids i need a header but i put one. so confused i did all i could its frustrating me.

4 Answers

Hi Karen, Were you sure to open and close your header tag?

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
 <title>Title of the document</title>
 </head>
<body>
<header></header>
</body>
</html>

Thanks, Ben

<H1> Name or what ever inside </H1> also make sure its the right header it may want you to do a smaller header... which you would just change the number 1 to a 2,3,4,5, or 6

i think it just couldn't recognize it. i tried it again and it worked fine. thank you.

Yup! anytime you need help with html just email me on here or @ jacob.e.smith98@gmail.com :)

Thank you will do :)