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 trial

HTML How to Make a Website HTML First Use HTML Elements

Sebastian MESA
Sebastian MESA
623 Points

TASK 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
Sebastian MESA
623 Points

no... i forgot to nest tags!! Thanx a lot for the quick response!

you 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 .

Hi does your code look like that?

<!DOCTYPE html>
<html>
<head>
  <title>  </title>
</head>
<body>



</body>
</html>
Ken Alger
Ken Alger
Treehouse Teacher

Aurelian;

I think you have a typo in your opening <html> tag.

Ken

yes yes, i corrected :) I always read my code again so i make sure its okay . Thank you for pointing it out :)