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 trialAaron Yerushalmi
972 Pointshow 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
Luke Glazebrook
13,564 PointsHey 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
30,164 PointsHey Aaron did that help?
Aaron Yerushalmi
972 Pointsguy's thank you very much!!!!!!!
Tommy Gebru
30,164 PointsHey Aaron.
Selecting Best Answer to close out the forum discussion. This can help students find similar solutions faster and keep the forum organized.