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 trialPablo Litardo
6,241 PointsHTML 5
Just a quick question to the staff is Treehouse Teaching me HTML 5 on this course ?
6 Answers
Kevin Korte
28,149 PointsThe 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.
Kevin Korte
28,149 PointsThe markup in the videos and coding challenges indicate a HTML5 doc type, so yes.
Pablo Litardo
6,241 PointsSo everything there teaching me in the videos is HTML 5 code correct ?
Pablo Litardo
6,241 PointsOk Thanks a lot Kevin Korte
Arvin Gunawan
1,663 PointsIt doesn't seem like they are using the new HTML5 tags though.
Kevin Korte
28,149 PointsThey 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.