
1 Introduction
Documents are divided into two elements, marked by the HTML tags of HEAD and BODY. The HEAD contains information about the document itself. The BODY is the text of the document. It is made up of a sequence of HTML constructs, which may be described by the following three cases:
The basic paragraph, tagged P; all headings, tagged H1, H2,..., H6; and the preformatted environment, tagged PRE.
The ADDRESS and BLOCKQUOTE environments.
The ordered and unordered lists, OL and UL. These contain the HTML list item, LI, which may contain simple paragraphs and other lists.
The glossary list, DL. This is made up of pairs of DT (definition term) and DD (definition description). DT may contain everything that the basic paragraph P may contain. DD may contain everything that LI may contain.

Generated with Harlequin WebMaker