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

HTML 5

Just a quick question to the staff is Treehouse Teaching me HTML 5 on this course ?

6 Answers

The super short answer is...yes.

HTML is HTML.

5 is just the 5th revision. With the release of HTML5, we go a simplified doc type, and some new tags like

<canvas>.

Other tags were depreciated, or no longer supported like

<strike> 

as those can be handled in CSS better.

I have yet to see them teach us anything that was depreciated in HTML5.

The markup in the videos and coding challenges indicate a HTML5 doc type, so yes.

So everything there teaching me in the videos is HTML 5 code correct ?

Ok Thanks a lot Kevin Korte

It doesn't seem like they are using the new HTML5 tags though.

They really haven't taught the HTML 5 tags because they are a lot of base tags to learn first. They will probably do that more in a more advance video I'd imagine.