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 triallostnotyetfound
232 PointsWhat am I doing wrong on this quiz
it says don't forget a head tag? here is my markup
<!DOCTYPE html>
<html></html>
<head></head>
<meta charset="utf-8">
<body></body>
3 Answers
John Lawrence Salvador
418 PointsMaybe it's the:
<!doctype html>
<html>
<head>
<title>I'm in between the head tag</title>
</head>
<body>
</body>
</html>
James Barnett
39,199 PointsYour tags aren't nested.
cody Campbell
Courses Plus Student 4,075 Pointsput the meta charset inside the header. try that
lostnotyetfound
232 Pointslostnotyetfound
232 PointsI am new to the site and it is taking me awhile to figure out how the quizzes work. I figured out the quiz and I am moving on.... Thanks for the comments and support!