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

Shawn Jones
Shawn Jones
179 Points

Create the HTML element that will serve as the document root?

<html>

2 Answers

Kristopher Van Sant
PLUS
Kristopher Van Sant
Courses Plus Student 18,830 Points

Hey Shawn! I just wanted to mention, in addition to what Steve said, that you can also find the answer here in the Build Structure video around 2:20 and in the teachers notes for that video. Reviewing videos and notes can be a big help when you're stuck, especially since the quiz and challenge answers can typically be found there.

Keep up the awesome work!

Hi Shawn,

That's the html tag:

<!DOCTYPE html>
<html></html>

Make sense?

Steve.

Shawn Jones
Shawn Jones
179 Points

Thank You Steve!