<body>
- Function:
-
Defines the document body
- Attributes:
ALINK | ONKEYUP |
BACKGROUND | ONLOAD |
BGCOLOR | ONMOUSEDOWN |
BGPROPERTIES  | ONMOUSEMOVE |
CLASS | ONMOUSEOUT |
DIR | ONMOUSEOVER |
ID | ONMOUSEUP |
LANG | ONUNLOAD |
LEFTMARGIN  | STYLE |
LINK | TEXT |
ONBLUE | TITLE |
ONCLICK | TOPMARGIN |
ONDBLCLICK | VLINK |
ONKEYDOWN |
ONFOCUS |
ONKEYPRESS |
- End tag:
-
</body>; may be omitted in HTML
- Contains:
-
body_content
- Used in:
-
html_tag
|
Anything inside the <body> tag and its
ending counterpart </body> is called
body content. The simplest document might have
only a sequence of text paragraphs within the
<body> tag. More complex documents will
include heavily formatted text, graphical figures, tables, and a
variety of special effects.
Since the position of the <body> and
</body> tags can be inferred by the browser,
they can safely be omitted from the document. However, like the
<html> and <head>
tags, we recommend that you include the
<body> tags in your document to make them
more easily readable and maintainable.