| Version | //IETF//DTD HTML 2.0 Strict//EN |
|---|---|
| Element | BODY |
| Purpose | document body |
| Description | This element encloses the text flow of a document.
Note that you only have one body.
For example:
<BODY> <H1> Hello, World! </H1> <P> This is a minimal "hello world" HTML document. </P> </BODY> |
| Start tag | Optional <BODY> |
| Attributes | NONE |
| Content | ( H1 | H2 | H3 | H4 | H5 | H6 | P | UL | OL | DIR | MENU | DL | PRE | BLOCKQUOTE | FORM | ISINDEX | HR | ADDRESS | IMG )* |
| End tag | Optional </BODY> |
| Referenced in | HTML |


