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 trialSebastian MESA
623 PointsTASK 3 BUMMER!
Hello.. Im adding the head and body tag and.. doesnt work here my code
<!DOCTYPE html>
<html></html>
<head></head>
<body></body>
2 Answers
Sebastian MESA
623 Pointsno... i forgot to nest tags!! Thanx a lot for the quick response!
Aurelian Spodarec
7,369 PointsHi does your code look like that?
<!DOCTYPE html>
<html>
<head>
<title> </title>
</head>
<body>
</body>
</html>
Ken Alger
Treehouse TeacherAurelian;
I think you have a typo in your opening <html>
tag.
Ken
Aurelian Spodarec
7,369 Pointsyes yes, i corrected :) I always read my code again so i make sure its okay . Thank you for pointing it out :)
Aurelian Spodarec
7,369 PointsAurelian Spodarec
7,369 Pointsyou mean nest? like you just wrote e.g. html /html body /body etc.. ? like alone ? if yes than everything what you build e.g. a box with an image and text to the right, need to be nested so it would be like a box , inside is nested a placeholder for image and text . I hope its sort of clear and can help .