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 trialJill Hawley
736 PointsHow do I -Make sure you define the HTML tag for the document root.
I typed <html> - what am I missing
<!DOCTYPE html>
<html>
3 Answers
Sigurjon Johannesson
5,453 PointsYou need to close you html tag. =D
Galen Cook
2,463 PointsAll you need is the first line of code. Your second line of code is an opening html tag, which is where you put the page information.
Sigurjon Johannesson
5,453 PointsYour Welcome,
Can you vote my answer, Best answer =)
Jill Hawley
736 PointsJill Hawley
736 PointsThanks so much!