HTML -- Hypertext Markup Language


General

Browsers

HTML - level 1

HyperText Markup Language is a SGML DTD. In practical terms, HTML is a collection of styles (indicated by markup tags) that define the various components of a World Wide Web document [ref].

This is the level mandatory for all WWW clients. Level-1 is basically the HTML of the initial WWW clients, plus images.

See HyperText Markup Language (HTML): Working and Background Materials: HTML level 1

HTML level 2 (also HTML 2.0)

This is a superset of level 1, also including forms for user input. The specification is still being refined, mainly a question of defining its expression in terms of SGML, and accurately describing current accepted practice.

See HyperText Markup Language (HTML): Working and Background Materials: HTML level 2

HTML level 3 (also known as HTML 3.0 OR HTML+): Developers only

Above level 2, HTML includes features such as tables, figures, and mathematical equations. Design Objectives [ref]:

See HyperText Markup Language (HTML): Working and Background Materials: HTML level 3

Material on HTML+ (= HTML level 3, but might be old!)

HTML+ is a superset of HTML and designed to allow a gradual roll over from the earlier format, with features like tables, captioned figures and fill-out forms for querying remote databases or mailing questionnaires. Large documents can be split into a number of smaller nodes for reduced latency, with explicit or implicit navigation links. This draft also includes a proposal to add support for mathematical formulae. Authors can include limited presentation hints, and further control may eventually be possible via associated style sheets [ref].

One most notable difference between HTML and HTML+ is the use of containers. For example

is a container in HTML+ rather than a separator. This change has been made to facilitate verification, and to provide greater flexibility in specifying link destinations. The major additions over HTML are:

Links can now be anchored on a wide range of containers by using value of the container's id attribute as part of a hypertext link.

Things dropped from HTML

[ref]

HTTP -- hypertext transfer protocol

Converters

Random articles


DocMan Group. Last updated Feb 6, 1995.