Arquivo.pt - The Portuguese web-archive (PWA) is the national Web archive of Portugal. Its mission is to periodically archive contents of national interest available on the Web, storing and preserving for future generations information of historical relevance. It is a service of the Foundation for Science and Technology (FCT).
TIMESTAMPS
The Wayback Machine - https://web.archive.org/web/20090710221606/http://www.htmlhelp.com/reference/wilbur/overview.html
Overview of all HTML elements
As explained in the section on structure of
Wilbur documents, an HTML document consists of two major sections:
HEAD and BODY. Each has its own
permitted elements and requirements.
The elements themselves can also have requirements about where they may occur,
and which elements may occur inside them. This is only important in the
BODY section of a document. In here, elements can be grouped in two
distinct groups: block level and text level
elements. The former make up the document's structure, and the latter
"dress up" the contents of a block.
The HEAD section of a document may only contain the following elements.
If any other elements, or plain text, occurs inside the HEAD section, the
browser should assume the HEAD ends here, and start rendering the
BODY.
See the syntax rules for an explanation of the
syntax used in the overview.
The BODY of a document consists of multiple block elements. If plain
text is found inside the body, it is assumed to be inside a paragraph P.
See the syntax rules for an explanation of the
syntax used in the overview.
These elements are used to mark up text inside block level elements. Some block
level elements exclude certain text level elements, and some text level elements may
only appear inside specific block level elements. This is documented in
the section on that block level element.
See the syntax rules for an explanation of the
syntax used in the overview.