W3-Video WEB Tutorials

w3-video.com is a Free eLearning Website with over 500 video tutorials on HTML5, XAMPP, .htaccess, Firefox, Notepad++

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++


blockquote ... ⁄blockquote


Share it

blockquote intro blockquote, q, browser display blockquote parents - children blockquote syntaxblockquote, q, cite attribute

HTML5 blockquote element

The blockquote element allows you to mark up a block quotation. »video

About blockquote

Display & support blockquote

Firefox iconChrome iconIE iconOpera iconSafari icon

Parents, children blockquote

Attributes blockquote

Syntax blockquote

1<blockquote> ... </blockquote> »video

Attributes and Values blockquote (comma separated)

<blockquoteattribute="attribute_value(s)"> Video Examples
1. specific attributes
1.cite=URL» video<blockquote cite="citation_source.php"> ... <⁄blockquote>
All Specific Attributes
2. global attributes
1.accesskey=keyboard key»img<blockquote accesskey="h"> ... </blockquote>
2.class=class name»html »img<blockquote class="class_name"> ... </blockquote>
3.contenteditable="",  , true, false »html<blockquote contenteditable="true"> ... </blockquote>
4.contextmenu=menu id value»html<blockquote contextmenu="menu_id_value"> ... </blockquote>
5.data-*= value -<blockquote data-http-error="404"> ... </blockquote>
6.dir=ltr, rtl, auto»html<blockquote dir="ltr"> ... </blockquote>
7.draggable= true,  , false»img<blockquote draggable="false"> ... </blockquote>
8.dropzone= copy, move, link, string:, file: -<blockquote dropzone="copy"> ... </blockquote>
9.hidden= "",  , hidden»html »img<blockquote hidden="hidden"> ... </blockquote>
10.id=id name»html »img<blockquote id="unique_id_name"> ... </blockquote>
11.itemid= URL --
12.itemprop= string »link »a-
13.itemref= string --
14.itemscope= "",  , itemscope--
15.itemtype= absolute URL --
16.lang=language code »html »head»title »img<blockquote lang="en"> ... </blockquote>
17.spellcheck="",  , true, false»html<blockquote spellcheck="true"> ... </blockquote>
18.style=CSS property:value»html »img<blockquote style="color:red"> ... </blockquote>
19.tabindex= integer »img<blockquote tabindex="3"> ... </blockquote>
20.title=text»html »link»style »abbr»dfn
»img »meter
<blockquote title="html page"> ... </blockquote>
21.translate="", yes, no»html »img<blockquote translate="yes"> ... </blockquote>
All Global Attributes
3. global event attributes
1.onclick=script» list<element onclick="script" > ...
2.ondblclick=script» list<element ondblclick="script" > ...
All Event Attributes

Video demonstration blockquote element

HTML5 blockquote element: mark up a block quotation

min video details
00:00 video tutorial: blockquote element
00:05 the blockquote element allows you to mark a block quotation, creating a section of quotation
00:09 let's mark this block quotation accordingly, by adding blockquote element in page
00:34 the block quotation (blockquote) displays in browser according to its specifications

For more information about the blockquote element, please see the specs: W3CWHATWG