The HEAD and BODY elements
[Top] [Up] [Next] [Previous]

14.2 - The HEAD and BODY elements


These may be used to delimit the document declarations and document body with the HEAD and BODY elements respectively, e.g.

<HEAD>
	<ISINDEX>
	<LINK REL="Next" HREF="...">
	etc.
</HEAD>
<BODY>
	body elements go here
</BODY>

HTML+ Discussion Document - November 8, 1993

[Top] [Up] [Next] [Previous]