Last Modified 10/6/92 by CTB

Updates To HTML

In order to improve the functionality of the World Wide Web, the HyperText Markup Language must be tidied up, to allow it to be processed by generic SGML engines, and not just the WWW one.

The updated HTML will have a greater structure than the original version, including a header section, separate from the body.

This header section will allow the following tags:

<KEYWORDS>...</KEYWORDS> <TITLE>...</TITLE> <NEXTID ID="NNN"> <ISINDEX> In the body section, the following tags will be recognised: <A NAME="XXX" HREF="XXX" TYPE="XXX">...</A> <PLAINTEXT> <LISTING>...</LISTING> <P> <H1>...</H1>, <H2>...</H2>, <H3>...</H3>, <H4>...</H4>, <H5>...<H5>, <H6>...<H6> <ADDRESS>...</ADDRESS> <DL><DT>...<DD>...</DL> <UL><LI>...</UL> ______________________________________________________ CTB