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

Web Design Challenge 2/6

I am about to lose it with this challenge.....:( ..As far as I am able to see I am following my notes carefully, but I keep getting bummed on this challenge that asks me to: "Define the HTML tag for the document root"....Pardon my ignorance here but is there another way to write it than: <html><head><title>FAMOUS PEOPLE</title></head....? I have writtern it as many ways that I know how, and I keep getting bummed...I need help to move on to the next phase please....Thank you

2 Answers

Stone Preston
Stone Preston
42,016 Points

the document root is the closing and opening HTML tag. all you need to write is

<html></html>

that is the root of the html document. everything else goes inside that tag and branches from that

ok....I thank you kind Sir!!