HTML and CSS Reference
In-Depth Information
<body> (Document Body)
This sectional element encloses a document's displayable content.
Standard Syntax
<body
alink="color name | #RRGGBB" (transitional only)
background="URL of background image" (transitional only)
bgcolor="color name | #RRGGBB" (transitional only)
class="class name(s)"
dir="ltr | rtl"
id="unique alphanumeric identifier"
lang="language code"
link="color name | #RRGGBB" (transitional only)
style="style information"
text="color name | #RRGGBB" (transitional only)
title="advisory text"
vlink="color name | #RRGGBB"> (transitional only)
</body>
Attributes Introduced by HTML5
accesskey="spaced list of accelerator key(s)"
contenteditable="true | false | inherit"
contextmenu="id of menu"
data-X="user-defined data"
draggable="true | false | auto"
hidden="hidden"
itemid="microdata id in URL format"
itemprop="microdata value"
itemref="space-separated list of IDs that may contain microdata"
itemscope="itemscope"
itemtype="microdata type in URL format"
spellcheck="true | false"
tabindex="number"
Attributes Defined by Internet Explorer
accesskey="key" (5.5)
bgproperties="fixed" (4)
bottommargin="pixels" (4)
contenteditable="false | true | inherit" (5.5)
disabled="false | true" (5.5)
hidefocus="true | false" (5.5)
language="javascript | jscript | vbs | vbscript" (4)
leftmargin="pixels" (4)
nowrap="false | true" (4)
rightmargin="pixels" (4)
scroll="no | yes" (4)
tabindex="number" (5.5)
topmargin="pixels" (4)
unselectable="off | on" (5.5)
Search WWH ::




Custom Search