HTML and CSS Reference
In-Depth Information
onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onmousewheel,
onpause, onplay, onplaying, onprogress, onratechange, onreadystatechange,
onscroll, onseeked, onseeking, onselect, onshow, onstalled, onsubmit,
onsuspend, ontimeupdate, onvolumechange, onwaiting
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, onresizeend,
onresizestart, onselectstart, ontimeerror
Example
<p> To increment a variable <var> count </var> , use
<code> count++ </code> or <code> count = count + 1 </code> . </p>
Compatibility
HTML 2, 3.2, 4, 4.01,5
XHTML 1.0, 1.1, Basic
Firefox 1+, Internet Explorer 2+,
Netscape 1+, Opera 4+, Safari 1+
Notes
• This element is best used for short code fragments because it does not preserve
white space.
• HTML 2.0 and 3.2 do not support any attributes for this element.
• Internet Explorer documentation does not list accesskey or tabindex for this
element. This is likely an oversight, as it is found on nearly all other elements in the
IE object model.
<col> (Table Column)
This element defines a column within a table and is used for grouping and alignment
purposes. It is always found within a colgroup element.
Standard Syntax
<col
align="center | char | justify | left | right"
char="character"
charoff="number"
class="class name(s)"
dir="ltr | rtl"
id="unique alphanumeric identifier"
lang="language code"
span="number"
style="style information"
Search WWH ::




Custom Search