<body>

Description

<body> defines the main content of an HTML document.


<body> . . . </body>

Example


<html>
<head>
<title>body element example</title>
</head><!--from   w  ww.ja v a  2 s  .c  o  m-->
<body>
     <p>This is a test.</p>
</body>
</html>

Click to view the demo

The code above generates the following result.

body




















Home »
  HTML CSS »
    HTML CSS Reference »




HTML Tag Reference
CSS Reference
CSS Selector Reference
Encoding Reference