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 trialaria kinchelow
110 Pointsi dont understand
i never saw the html element root in the video
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Aria Kinchelow | designer</title>
</head>
<body>
<header>
<h1>Aria kinchelow</h1>
<h2>designer</h2>
</header>
<section>
<p>Gallery.< /P>
< /section>
<footer>
<p>© 2014 Aria Kinchelow.</p>
< /footer>
< /body>
< /html>
1 Answer
Rachelle Wood
15,362 PointsYou mean the fact that you have to have the html element <html></html>? You always have to it in your html document right after <!DOCTYPE html> and build your webpage within the <html></html> tags. Nick does go over that in the video preceeding the challenge.