HTML and CSS Reference
In-Depth Information
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
Example
<p> This text is regular size. <big> This text is larger. </big> Now back to
regular size. </p>
Compatibility
HTML 3, 3.2, 4, 4.01
XHTML 1.0, 1.1, Basic
Firefox 1+, Internet Explorer 2+,
Netscape 1.1+, Opera 2.1+, Safari 1+
Notes
• This element was originally introduced in HTML 3 and moved to HTML 3.2.
• The effect of this element is easily mimicked using the CSS rule font-size:
larger or under older browsers using <font size="+1"> .
• Although HTML5 marks this element as obsolete, interestingly, it currently doesn't
mark the small element as such but rather recasts its meaning instead. With the
strict (X)HTML variants supporting this element, this element's status may change.
<blink> (Blinking Text)
This Netscape-specific element causes the enclosed text to flash slowly.
Syntax (Defined by Netscape)
<blink
class="class name(s)"
id="unique alphanumeric identifier"
lang="language code"
style="style information">
</blink>
Example
<blink> Annoying, isn't it? </blink>
Search WWH ::




Custom Search