Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Alexey Galata
487 PointsI can understand deference between using or not using such elements as header, section and footer? Please explain me.
If I don't use them I will see the same result when I use them
4 Answers

Thas Eagans
Courses Plus Student 2,533 PointsBy using the new HTML5 elements (header, nav, section, aside, footer, etc), your web pages has more meaning semantically. You're more than welcomed to continue using HTML4.
<div id="header">
<div id="nav">
I recommend using the latest version, as do SEO.
</TREagans>
jaredcowan
11,808 PointsThe HTML is the structure of the website. So using header, aside, section, article, footer is essentially just structuring your website in a clean way. There is more to the difference some elements have and when to use them. But you'll learn that in later videos.

Alexey Galata
487 PointsA lot of thanks for answering.

Alexey Galata
487 PointsA lot of thanks for your answering!
Alexey Galata
487 PointsAlexey Galata
487 PointsA lot of thanks for your answering!