body
文書の内容を含むコンテナ。
機能
HTML 文書のコンテンツを示す要素です。
要素は文書中に一つだけ配置できます。よく設定する属性
なし
使い方
DocmumentStructure、MetaData 以外の要素のコンテナです。
<html lang="en">
<head>
<title>Document title</title>
</head>
<body>
<p>
The <code><body></code> HTML element represents the content of an
HTML document. There can be only one <code><body></code> element in
a document.
</p>
</body>
</html>