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.

Ted Sumner
Courses Plus Student 17,967 PointsHTML5 question for TreeHouse.
HTML5 has new tags like nav and article, but none of the videos use those tags for the appropriate sections. Why is that? I think we should be learning the newest elements properly.
1 Answer

Kevin Korte
28,135 PointsThis is true, I'll venture a guess that the HTML videos are meant to be kept as simple as possible. Throwing too many different types of tags could become overwhelming too fast.
With that said, it opens up for an Advanced HTML course where all of the HTML5 tags are gone over in great detail.
Thats my 2 cents. In the meantime, I'll share my favorite resource for this: https://developer.mozilla.org/en-US/docs/Web/HTML/Element

Ted Sumner
Courses Plus Student 17,967 PointsThat is a great page. Thank you for sharing.
Jonathan Cousins
4,160 PointsJonathan Cousins
4,160 PointsIt depends on the video. I am going through the website developer basics track at the moment and all the video include
nav
,section
andarticle
.