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
assaf laufer
154 PointsWeb development track is html 5?
Hi, I am new, would like to know if the Web development track is teaching html and css or html 5 and css 3?
2 Answers
Adam Sackfield
Courses Plus Student 19,663 PointsThey teach HTML5 and CSS3.
Good Luck!
James Barnett
39,199 PointsThe HTML course on Treehouse is a great introduction to HTML. It teaches you how to code modern semantic HTML however, there is some stuff in the HTML5 spec that isn't (currently) covered on Treehouse.
So what's not covered on Treehouse currently, primarily 3 things:
- New semantic elements
- New form-related features
- New Audio & video elements
Treehouse is planning on updating the HTML course some time in 2014. In the mean time I suggest you check out HTML5 and you to learn more about the new fancier features of HTML5.