Document Body
HTML 4.01 Element Reference
Return to HTML 4.01 element index page
Name: Document Body
<body> (opt.) ... </body> (opt.)
Description: Acts as a container for the actual document. Appears after the </head> element and before the </html> element.
Browser Compatibility: NN: 1.0+ / IE: 2.0+ / Opera: 4+
| Attributes: |
|
* Deprecated
Code Example:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Title Goes Here</title>
</head>
<body>
Main portion of the page goes here
</body>
</html>
XHTML Notes: The closing </body> element is required.
Created: March 15, 2005
URL: http://webreference.com/html/reference/specs/

Find a programming school near you