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

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

<!DOCTYPE html>
<html>

</html>

Thanks alot pal that helped but I answered that part, Is it anythings Else I got that part right

What is the exact problem you are having? Could you post your code?

How do I Add the head and body elements to the page.

The basic html structure should look like this.

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

</body>
</html>

Hi,

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

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