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!
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
christopher watts
185 PointsWhats the form that Create the HTML element that will serve as the document root.
Whats the form that Create the HTML element that will serve as the document root.

christopher watts
185 PointsThanks alot pal that helped but I answered that part, Is it anythings Else I got that part right

jessenagelberg
11,304 PointsWhat is the exact problem you are having? Could you post your code?

christopher watts
185 PointsHow do I Add the head and body elements to the page.

jessenagelberg
11,304 PointsThe basic html structure should look like this.
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>

Rich Bagley
25,868 PointsHi,
If you're still having problems can you post the code you have please?
When posting, you'll need to add 3 backticks (```) on the line above and 3 backticks on the line below.
This post has markdown guides.
-Rich
1 Answer

Eric Trego
15,308 Pointsthe best advice is to go to the mozilla developer page here is the link https://developer.mozilla.org/en-US/docs/Web/HTML and read the Tutorials. it might take an hour or two but it is time well spent it will go over everything that will be covered in the course work and will give you reference points to what the teacher is talking about and showing you.
jessenagelberg
11,304 Pointsjessenagelberg
11,304 Points