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 trialKaren Zuniga
181 Pointsheader
saids i need a header but i put one. so confused i did all i could its frustrating me.
4 Answers
Ben Farr
14,855 PointsHi 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
Jacob Smith
516 Points<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
Karen Zuniga
181 Pointsi think it just couldn't recognize it. i tried it again and it worked fine. thank you.
Jacob Smith
516 PointsYup! anytime you need help with html just email me on here or @ jacob.e.smith98@gmail.com :)
Karen Zuniga
181 PointsThank you will do :)