ドキュメントの本体を定義します。ここには、テキスト、イメージ、色、グラフィックなどドキュメントのすべてのコンテンツが含まれます。
<body>
The contents of the document.
</body>
background
text
link
vlink
alink
その他
id
、class
(ドキュメント全体の識別子)lang
(言語情報)
title
(要素のタイトル)style
(インライン・スタイル情報)bgcolor
(背景色) onload
およびonunload
(組込みイベント)onclick
、ondblclick
、onmousedown
、onmouseup
、onmouseover
、onmousemove
、onmouseout
、onkeypress
、onkeydown
、onkeyup
(組込みイベント)すべてのHTML要素属性の詳細は、次のURLの属性説明を参照してください。http://www.w3.org/TR/html401/
この要素およびすべてのHTML要素の詳細は、次のURLの「W3C HTML 4.01 Specification」を参照してください。
http://www.w3.org/TR/html401/
Copyright © 1997, 2009, Oracle. All rights reserved.