HTML and CSS Reference
In-Depth Information
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
Element-Specific Attribute
cite The value of this attribute is a URL that designates a source document or message for
the information quoted. This attribute is intended to point to information explaining the
context or the reference for the quote.
Example
<p> If you want to make a great Web site don't follow this
advice: <q style="color: red;" cite="http://democompany.com/ugly.html">
A few green balls and a rainbow bar will give you an exciting Web page
Christmas Tree! </q></p>
Compatibility
HTML 4, 4.01, 5
XHTML 1.0, 1.1, Basic
Firefox 1+, Internet Explorer 4+,
Netscape 6+, Opera 4+, Safari 1+
Notes
• This element is intended for short quotations that don't require paragraphs or larger
structures, as compared to text that would be contained within <blockquote> .
• Some browsers, like Internet Explorer 6, may not make any sort of style change for
quotations, but it is possible to apply a style rule to provide some indication of a
change in style.
• Most browsers, including IE 8+, Opera, Safari, and Mozilla-based browsers like
Firefox, will wrap inline quotations in quote marks. These can be controlled by style
rules. Mentions in the HTML5 specification suggest that user agents will not put in
quotation marks and this will be left solely to the developer. This seems a highly
dubious possibility.
<rp> (Ruby Parentheses)
This element is used to define parentheses around a ruby text entry defined by an rt
element. This element helps browsers that do not support ruby annotations to keep the
reading hint clear from the text it is associated with.
Search WWH ::




Custom Search