HTML: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>ZachPruckowski
(start three sections roughly)
imported>Liam R. E. Quin
Line 7: Line 7:


==Current Version==
==Current Version==
The HTML standard is maintained by the [[World Wide Web Consortium]] (commonly shortened to [http://www.w3c.org W3C]).  The current official version of HTML is [http://www.w3.org/TR/html401/ 4.01] which was ratified in December [[1999]].  4.01 is a [[version numbering|minor step]] from 1997's 4.0 standard.
The HTML standard is maintained by the [[World Wide Web Consortium]] (commonly shortened to [http://www.w3.org W3C]).  The current official version of HTML is [http://www.w3.org/TR/html401/ 4.01] which was ratified in December [[1999]].  4.01 is a [[version numbering|minor step]] from 1997's 4.0 standard.


==XHTML==
==XHTML==

Revision as of 19:10, 7 February 2007

Hypertext markup language or html is a set of tags and rules (conforming to and a subset of SGML) for using them in developing hypertext documents [1]. It is a coding language used to make hypertext documents for use on the Web. HTML resembles old-fashioned typesetting code, where a block of text is surrounded by codes that indicate how it should appear. HTML allows text to be linked to another file on the Internet. It is a W3C standard used for creating World Wide Web pages.

Tim Berners-Lee created the original HTML (and many associated protocols such as HTTP) on a NeXTcube workstation using the NeXTSTEP development environment.

Tags

Like most markup languages, HTML uses tags to convey information.

Current Version

The HTML standard is maintained by the World Wide Web Consortium (commonly shortened to W3C). The current official version of HTML is 4.01 which was ratified in December 1999. 4.01 is a minor step from 1997's 4.0 standard.

XHTML

HTML has been partially replaced by Extensible HyperText Markup Language (XMHTL), which is a reformulation of HTML using Extensible Markup Language (XML). The current version of XHTML is 1.0, which was released in 2000, and revised in 2002.

See also

External links

Tutorials and guides

HTML Markup Validators

Other specifications

  • Web Applications 1.0 A specification generally referred to as "HTML 5". The Web Hypertext Application Technology working group are an independent initiative who cooperate with the W3C.