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

how can i create html element that serve as document root?

im in challenge 2 of 6. how fix the challenge because I'm don't understand the element ?

3 Answers

Hey Aaron!

The basic structure you will need for your HTML document is as follows.

<!DOCTYPE html>
<html>
  <head>

  </head>
  <body>

  </body>
</html>

Take this into account when you are completing the code challenge and you should have no bother at all!

-Luke

Tommy Gebru
Tommy Gebru
30,164 Points

Hey Aaron did that help?

guy's thank you very much!!!!!!!

Tommy Gebru
Tommy Gebru
30,164 Points

Hey Aaron.

Selecting Best Answer to close out the forum discussion. This can help students find similar solutions faster and keep the forum organized.