HTML and CSS Reference
In-Depth Information
Notes
• The HTML 4.01 specification reserved the datafld , dataformatas , and datasrc
attributes for future use. They were later dropped from XHTML. Internet Explorer 4
and later continue to support these attributes for data binding.
• As a generic element, span , like div , is useful for binding style to arbitrary
content. However, span is an inline element and does not cause a return by
default as div does.
<strike> (Strikeout Text)
This inline element is used to indicate strikethrough text, namely text with a line drawn
through it. The s element provides shorthand notation for this element. Both are deprecated
under strict markup variants and obsolete under HTML5.
Syntax (Transitional Only)
<strike
class="class name(s)"
dir="ltr | rtl"
id="unique alphanumeric string"
lang="language code"
style="style information"
title="advisory text">
</strike>
Attributes Defined by Internet Explorer
accesskey="key" (5.5)
contenteditable="false | true | inherit" (5.5)
disabled="false | true" (5.5)
hidefocus="true | false" (5.5)
language="javascript | jscript | vbs | vbscript" (4)
tabindex="number" (5.5)
unselectable="on | off" (5.5)
HTML 4 Event Attributes
onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown,
onmousemove, onmouseout, onmouseover, onmouseup
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
Search WWH ::




Custom Search