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 trialPatti Nearing
696 PointsStill Lost on this challenge
Front-end Web Design --- challenge wants me to add a head and a body line(s). I can not figure out what is wrong !! Got some help earlier but I still can't figure what I am missing. Any help, most appreciated !!!
4 Answers
Stone Preston
42,016 Pointsmake sure you add both opening and closing head and body tags and that you put them between the opening and closing html tags:
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
</html>
Patti Nearing
696 Pointsaaarrrggghhh !!! My input looks just like your example, but the challenge says I need a header tag. I don't understand what I have done wrong !!! How can I send you a picture of what I did ??
Stone Preston
42,016 PointsTry refreshing your browser and starting over. Sometimes the challenges glitch
Patti Nearing
696 PointsStone, I went back and retyped the whole thing, and this time IT WORKED YEA !!!!! Thanks to you and earlier, thanks to Todd !!!!!
Patti Nearing
696 PointsOh poop --- still getting message "need html tag" so frustrated !!!
Gregory Woods
1,254 PointsGregory Woods
1,254 Points<!doctype html>
<html>
<head> </head>
<body> </body>
</html>