HTML and CSS Reference
In-Depth Information
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
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, onkeypress, onkeyup, onlosecapture,
onmousedown, onmouseenter, onmouseleave, onmousemove, onmouseout,
onmouseover, onmouseup, onmousewheel, onmove, onmoveend, onmovestart,
onpaste, onpropertychange, onreadystatechange, onresize, onresizeend,
onresizestart, onselectstart, ontimeerror
Example
<address> PINT, Inc. <br>
2105 Garnet Ave. <br>
San Diego, CA 92109 <br>
U.S.A. </address>
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
• Under HTML 2.0 and 3.2, there are no attributes for <address> .
• An <address> tag may not contain another <address> tag.
<applet> (Java Applet)
This element identifies the inclusion of a Java applet. The strict HTML 4.01 definition does
not include this element; it has been deprecated in favor of <object> .
Standard Syntax (HTML 4.01 Transitional Only)
<applet
align="bottom | left | middle | right | top"
alt="alternative text"
archive="comma-separated list of URLs pointing to archive files"
class="class name(s)"
code="URL of Java class file"
codebase="URL for base referencing"
height="pixels"
hspace="pixels"
id="unique alphanumeric identifier"
name="unique name for scripting reference"
object="serialized representation of applet state"
Search WWH ::




Custom Search