HTML and CSS Reference
In-Depth Information
Compatibility
No standards support
Firefox 1+, Netscape 1+, Opera 7+
Notes
• The attributes class , id , and style were added during the Netscape 4 release;
lang was added from Netscape 6.
• Browsers will generally support the inclusion of the element and allow core
attributes for applying style and scripting this element regardless of the lack of
blinking text.
<blockquote> (Block Quote)
This block element indicates that the enclosed text is an extended quotation. Usually, this is
rendered visually by indentation.
Standard Syntax
<blockquote
cite="URL of source information"
class="class name(s)"
dir="ltr | rtl"
id="unique alphanumeric identifier"
lang="language code"
style="style information"
title="advisory text">
</blockquote>
Attributes Introduced by HTML5
accesskey="spaced list of accelerator key(s)"
contenteditable="true | false | inherit"
contextmenu="id of menu"
data-X="user-defined data"
draggable="true | false | auto"
hidden="hidden"
itemid="microdata id in URL format"
itemprop="microdata value"
itemref="space-separated list of IDs that may contain microdata"
itemscope="itemscope"
itemtype="microdata type in URL format"
spellcheck="true | false"
tabindex="number"
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="off | on" (5.5)
Search WWH ::




Custom Search