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 trial2 Answers
Steven Parker
231,248 PointsThe terminology does take a bit of getting used to.
This little "semantic element summary" may help:
-
"a group of introductory content"
<header>
-
"a major section of navigation"
<nav>
-
"the main content of the <body> of the page"
<main>
-
"standalone sections of content"
<section>
-
"self-contained pieces of content"
<article>
-
"content that's indirectly related to the main content of the page"
<aside>
-
"information about the site, copyright data or related links"
<footer>
Hadassah Davis
1,478 Pointsoh, thanks
Carlos Reyes
30,056 PointsCarlos Reyes
30,056 PointsHello,
You can find the answer in the first video min 1:55
Semantic HTML: <header>, <footer> and <section>
The header is the introductory content usually at the top of the page, containing the site logo, navigation, main heading and site description.