HOME            NEXT

HTML Element: An HTML Document

Usage:                 <HTML>...</HTML>
Can Contain:       HEAD, BODY
Can Be Inside:    nothing
Attributes:           none

HTML declares the enclosed text to be an HTML document. 

Example:

<HTML>
   
<HEAD>
   
     ... head content ...
    </HEAD>
   
<BODY>
   
     ... body content ...
    </BODY>
</HTML>


Hosted by www.Geocities.ws

1