HTML and CSS Reference
In-Depth Information
Events Defined by Internet Explorer
onactivate, onbeforeactivate, onbeforecopy, onbeforecut, onbeforedeactivate,
onbeforeeditfocus, onbeforepaste, onblur, onclick, oncontextmenu,
oncontrolselect, oncopy, oncut, ondblclick, ondeactivate, ondrag,
ondragend, ondragenter, ondragleave, ondragover, ondragstart, ondrop,
onfocus, onfocusin, onfocusout, onhelp, onkeydown, onkeypress, onkeyup,
onlosecapture, onmousedown, onmouseenter, onmouseleave, onmousemove,
onmouseout, onmouseover, onmouseup, onmousewheel, onmove, onmoveend,
onmovestart, onpaste, onpropertychange, onreadystatechange, onresize,
onresizeend, onresizestart, onselectstart, ontimeerror
Example
<fieldset>
<legend> Customer Identification </legend>
<br>
<label> Customer Name:
<input type="text" id="CustName" size="25">
</label>
</fieldset>
Compatibility
HTML 4, 4.01, 5
XHTML 1.0, 1.1
Firefox 1+, Internet Explorer 4+,
Netscape 6+, Opera 4+, Safari 1+
Notes
• Grouping controls makes it easier for users to understand the purposes of the
controls while simultaneously facilitating tabbing navigation for visual user agents
and speech navigation for speech-oriented user agents. The proper use of this
element makes documents more accessible to users with disabilities.
• The full set of data-binding attributes likely needs to be bound to this element but is
missing from MSDN documentation.
• The caption for a <fieldset> tag can be defined by the legend element. There
should only be a single legend element within the element.
<figure> (Figure)
This HTML5 element represents a group of content enclosed in a dd element, often with a
caption defined by a dt element, that can be moved away from the main flow of the
document. The way in which this element is implemented is similar to how the figures in
this topic are presented—not necessarily directly adjacent to the text discussing them.
HTML5 Standard Syntax
<figure
accesskey="spaced list of accelerator key(s)"
class="class name(s)"
contenteditable="true | false | inherit"
contextmenu="id of menu"
data-X="user-defined data"
dir="ltr | rtl"
Search WWH ::




Custom Search