Jump to content

HTML

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Lee Daniel Crocker (talk | contribs) at 17:08, 19 July 2001. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Hypertext Markup Language (HTML) is a markup language designed for creating web pages, that is, information presented on the World Wide Web. Derived from SGML, which was used by the publishing industry, it is now an Internet standard maintained by the World Wide Web Consortium. The specification for version 4.01 is available there.


HTML generally appears in text files stored on computers connected to the World Wide Web. These files contain information in plain text mixed with markup, that is, instructions for a web browser or other program on how to display or process the text. There are three kinds of markup in HTML: structural markup that descibes the purpose of text (for example, <h1>Golf</h1> will cause a reader to treat "Golf" as a first-level heading), presentational markup that describes the physical appearance of text regardless of its function (for example, <b>boldface</b> will render boldface text), and hypertext markup that links parts of the document to other documents (for example, <a href="http://www.wikipedia.com/">Wikipedia</a> will render the word "Wikipedia" as a link to the specified URL).


As with many Internet standards, the popularity and technological advancement of the World Wide Web grew much faster than standards bodies could track, so there are some incompatible proprietary versions of HTML still in use, though standards are improving.