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 Introduction to HTML and CSS (2016) HTML: The Structural Foundation of Web Pages and Applications The Basic Structure of a Web Page

HTML25 & CSS3

DO i get to learn HTML5 & CSS3 as well . thank you

2 Answers

Steven Parker
Steven Parker
229,744 Points

The current version of HTML is HTML5, and the current CSS is CSS3. These are the versions used in the courses I have taken here (and I've done nearly all of the HTML and CSS category courses).

Tejas Gokani
Tejas Gokani
340 Points

See HTML5 And CSS3 is current versions. You need to know difference also. Like html 5 using : <!doctype html> : to tell the browser that it's html content, but in earlier version we were using : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">

Hope you got it..