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 trialMichael McCrickard
968 PointsShould I just skip questions where the code-checking doesn't seem to work right? ("Bummer! Don't forget the head tag")
My head tag is right there, spelled correctly, properly opened and closed.
4 Answers
Michael McCrickard
968 PointsThanks so much, all these responses seem to confirm that the code-checking stuff does work correctly --- but the "error messages" can be misleading.
Francis Isabel
2,708 PointsCopy and paste the question and the code please
Kate Hoferkamp
5,205 PointsI just went through the code challenge and everything seemed to be working just fine for me. Make sure your code looks like this for Task 3;
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
</html>
Jason Anello
Courses Plus Student 94,610 PointsHi Michael,
You should post your code then so someone can look at it.
Do you have both your opening and closing head
tags inside the html element and before the opening and closing body
tags?