The first version of HTML that supported inline images and text controls. HTML 1.0 was very limited in terms of styling and presentation of content. In HTML 1.0, for example, you could not:
Because of these limitations, every web page created with HTML 1.0 looked the same with similar background and the type of font used.
Notes:
This specification supported more browsers. HTML 2.0 was considerably improved to support: It also supported:
Notes:
This version included support for creating tables and expanded options for form elements. This version also allowed web pages to include complex mathematical equations.
Notes:
This version added support for style sheets and scripting ability for multimedia elements. HTML 4.01 focused on separating presentation styling information from the actual content by the use of style sheets as HTML 3.20 resulted in difficult maintenance because presentation styling information was included directly in the webpage. In HTML 4.0 with the use of style sheets, it is now possible to change the appearance/look of the website by changing just the style sheet (s) itself. In comparison, in the earlier versions of HTML making the same changes for the entire website meant changing the styling information in the individual pages! (A site with many pages would have meant many changes need to be made before the appearance of the website could be changed.)