HTML and CSS Reference
In-Depth Information
• Most browsers assume JavaScript when parsing a script element without a set type
or language attribute.
• Refer to the <noscript> tag reference in this reference to see how content might be
identified for browsers that are not scripting-aware.
• HTML5 currently specifies all common attributes for a <script> tag, such as
accesskey , spellcheck , and so on, but most of these make little if no sense in the
context of this element.
<section> (Section)
This HTML5 element defines a generic section of a document and it may contain a heading
and footer of its own.
HTML5 Standard Syntax
<section
accesskey="spaced list of accelerator key(s)"
cite="URL of original content source"
class="class name(s)"
contenteditable="true | false | inherit"
contextmenu="id of menu"
data-X="user-defined data"
dir="ltr | rtl"
draggable="true | false | auto"
hidden="hidden"
id="unique alphanumeric identifier"
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"
lang="language code"
spellcheck="true | false"
style="style information"
tabindex="number"
title="advisory text">
</section>
HTML5 Event Attributes
onabort, onblur, oncanplay, oncanplaythrough, onchange, onclick,
oncontextmenu, ondblclick, ondrag, ondragend, ondragenter, ondragleave,
ondragover, ondragstart, ondrop, ondurationchange, onemptied, onended,
onerror, onfocus, onformchange, onforminput, oninput, oninvalid, onkeydown,
onkeypress, onkeyup, onload, onloadeddata, onloadedmetadata, onloadstart,
onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onmousewheel,
onpause, onplay, onplaying, onprogress, onratechange, onreadystatechange,
onscroll, onseeked, onseeking, onselect, onshow, onstalled, onsubmit,
onsuspend, ontimeupdate, onvolumechange, onwaiting
Search WWH ::




Custom Search