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

Jan BM
3,795 PointsWhat version of HTML and CSS are you teaching in tracks?
Before I begin the tracks, may I know what version of HTML and CSS are you teaching here? Thanks!
2 Answers

Dave Haddad
2,807 PointsHi Jan-
It's my understanding that Treehouse teaches a combination of HTML 4.01/HTML5 and CSS 2.1/CSS3. HTML5 and CSS3 build upon of their previous versions, so many of the same tags and selectors that were used in older versions of HTML and CSS are also used in the most current versions.
It may be more beneficial to think of HTML5 and CSS3 as the latest revisions of HTML and CSS, not versions.

Kevin Korte
28,147 PointsThere definitely is HTML5 and CSS3 elements taught here. As you learn more, you'll start to grasp what wasn't part of HTML4 and CSS2, and how to account for those differences with legacy browsers that can't support those differences.

Jan BM
3,795 PointsThanks!
Jan BM
3,795 PointsJan BM
3,795 PointsYes, that's what I mean! Thanks!