HTML: Difference between revisions
No edit summary |
m (using an external editor) |
||
Line 10: | Line 10: | ||
* [[HTML links]] | * [[HTML links]] | ||
* [[XHTML]] | * [[XHTML]] | ||
* [[(X)HTML elements and attributes]], a tutorial that introduces the most important HTML and XHTML elements and attributes. | |||
== Popular Versions == | == Popular Versions == | ||
The version of HTML was created in 1991 in a documented called [http://www.w3.org/History/19921103-hypertext/hypertext/WWW/MarkUp/Tags.html HTML Tags] (retrieved 15:12, 1 September 2009 (UTC)) and included about 20 elements. | |||
=== HTML 2.0 === | === HTML 2.0 === | ||
HTML 2.0 was published as RFC 1866 (november 1995), with some later additions, like RFC 2867 (forms), RFC 1942 (tables), RFC 1980 (client-side image maps) | |||
=== HTML 3.2 === | === HTML 3.2 === | ||
The [http://www.w3.org/TR/REC-html32 HTML 3.2 Reference Specification] (Jan 1997) was published as [http://en.wikipedia.org/wiki/W3C_Recommendation W3C Recommendation] | |||
Many web pages still use 3.2. It displays fine on all modern browsers, unless people use unofficial (non 3.2) extensions from that time ... | |||
=== HTML 4.01 === | === HTML 4.01 === | ||
HTML 4 was first published in 1997 and then refined in december 1999 as HTML 4.01. | |||
* [http://www.w3.org/TR/html401 HTML 4.01] (May 2001) | * [http://www.w3.org/TR/html401 HTML 4.01] (May 2001) | ||
HTML 4.01 is the current HTML (not XHTML) specification, and there exist three variants: | |||
* '''HTML 4.01 strict''' is cleaned up version of HTML, i.e. does not contain styling functionalities that can be had through [[CSS]] stylesheets. | |||
* '''HTML 4.01 transitional''' includes tags such as center, font and strike that were deprecated in HTML 4.01 strict | |||
* '''HTML 1.0 Frameset''' includes framesets (excluded from HTML 4.01 strict). | |||
=== XHTML 1.0 === | === XHTML 1.0 === | ||
Line 37: | Line 48: | ||
== Future == | == Future == | ||
== XHTML 2.0 == | === XHTML 2.0 ===This version is in draf status (as of Aug 2008) | ||
* [http://www.w3.org/TR/xhtml2/ XHTML 2.0]. | * [http://www.w3.org/TR/xhtml2/ XHTML 2.0]. Dead project since Summer 2009. | ||
== HTML 5.0 == | === HTML 5.0 === | ||
* [http://en.wikipedia.org/wiki/HTML_5 HTML 5], an update to XHTML 1.1 that includes a few interesting extensions, like the canevas elements. | * [http://en.wikipedia.org/wiki/HTML_5 HTML 5], an update to XHTML 1.1 that includes a few interesting extensions, like the canevas elements. | ||
Line 48: | Line 59: | ||
* [http://www.w3.org/History/19921103-hypertext/hypertext/WWW/MarkUp/Tags.html HTML Tags] (a CERN document of 1992) | * [http://www.w3.org/History/19921103-hypertext/hypertext/WWW/MarkUp/Tags.html HTML Tags] (a CERN document of 1992) | ||
* [http://www.w3.org/MarkUp/html3/ HTML 3.0] was an aborted attempt | * [http://www.w3.org/MarkUp/html3/ HTML 3.0] was an aborted attempt in 1995. | ||
* [http://www.w3.org/TR/1998/REC-html40-19980424/ HTML 4.0] (dec 1997). It was the first series of standards that distinguised between strict, transitional (deprrecated elements allowed) and frameset. | * [http://www.w3.org/TR/1998/REC-html40-19980424/ HTML 4.0] (dec 1997). It was the first series of standards that distinguised between strict, transitional (deprrecated elements allowed) and frameset. | ||
== Links == | |||
* [http://en.wikipedia.org/wiki/HTML HTML] (Wikipedia) | |||
* [http://en.wikipedia.org/wiki/XHTML XHTML] (Wikipedia) | |||
[[Category: Web authoring]] | [[Category: Web authoring]] | ||
[[Category:Hypertext]][[Category:web standards]] | [[Category:Hypertext]][[Category:web standards]] |
Revision as of 16:12, 1 September 2009
Definition
The Hypertext Markup Language (HTML) is the dominant language for web pages.
This is just a short overview page. See also:
- HTML links
- XHTML
- (X)HTML elements and attributes, a tutorial that introduces the most important HTML and XHTML elements and attributes.
Popular Versions
The version of HTML was created in 1991 in a documented called HTML Tags (retrieved 15:12, 1 September 2009 (UTC)) and included about 20 elements.
HTML 2.0
HTML 2.0 was published as RFC 1866 (november 1995), with some later additions, like RFC 2867 (forms), RFC 1942 (tables), RFC 1980 (client-side image maps)
HTML 3.2
The HTML 3.2 Reference Specification (Jan 1997) was published as W3C Recommendation
Many web pages still use 3.2. It displays fine on all modern browsers, unless people use unofficial (non 3.2) extensions from that time ...
HTML 4.01
HTML 4 was first published in 1997 and then refined in december 1999 as HTML 4.01.
- HTML 4.01 (May 2001)
HTML 4.01 is the current HTML (not XHTML) specification, and there exist three variants:
- HTML 4.01 strict is cleaned up version of HTML, i.e. does not contain styling functionalities that can be had through CSS stylesheets.
- HTML 4.01 transitional includes tags such as center, font and strike that were deprecated in HTML 4.01 strict
- HTML 1.0 Frameset includes framesets (excluded from HTML 4.01 strict).
XHTML 1.0
- XHTML 1.0 (jan 2000).
- Formulates XHTML 4.01 in XML and some other minor changes
XHTML 1.1
- XHTML 1.1 (May 2001) adds minor changes to XHTML 1.0 and is described in modular form.
Future
=== XHTML 2.0 ===This version is in draf status (as of Aug 2008)
- XHTML 2.0. Dead project since Summer 2009.
HTML 5.0
- HTML 5, an update to XHTML 1.1 that includes a few interesting extensions, like the canevas elements.
- HTML 5 (Wikipedia)
Less popular versions
- HTML Tags (a CERN document of 1992)
- HTML 3.0 was an aborted attempt in 1995.
- HTML 4.0 (dec 1997). It was the first series of standards that distinguised between strict, transitional (deprrecated elements allowed) and frameset.