HTML and CSS Reference
In-Depth Information
Attributes Defined by Internet Explorer
accesskey="key" (5.5)
class="class name(s)" (4)
contenteditable=" false | true | inherit" (5.5)
dir="ltr | rtl" (5.5)
disabled="false | true" (5.5)
hidefocus="true | false" (5.5)
id="unique alphanumeric string" (4)
lang="language code" (4)
language="javascript | jscript | vbs | vbscript" (4)
style="style information" (4)
tabindex="number" (5.5)
title="advisory text" (4)
unselectable="on | off" (5.5)
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
<listing>
This is a code listing. The preformatted text element &lt;PRE&gt;
should be used instead of this deprecated element.
</listing>
Compatibility
HTML 2
Firefox 1+, Internet Explorer 2+,
Netscape 1+, Opera 6+, Safari 1+
Notes
• As a deprecated element, this element should not be used. This element is not
supported by HTML 4, XHTML 1.0, or 1.1. It is still documented and supported by
many browser vendors. The pre element should be used instead of <listing> .
• Many browsers also make text within <listing> tags one size smaller than normal
text, probably because the HTML 2 specification suggested that 132 characters fit on
a typical line rather than 80.
<map> (Client-Side Image Map)
This element is used to implement client-side image maps. The element is used to define
a map that associates locations on an image with a destination URL. Each hot spot or
hyperlink mapping is defined by an enclosed area element. A map is bound to a particular
Search WWH ::




Custom Search