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 Create the Content Containers

I 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
PLUS
Thas Eagans
Courses Plus Student 2,533 Points

By 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>

A lot of thanks for your answering!

The 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.

A lot of thanks for answering.

A lot of thanks for your answering!