Logo
  Sunday, May 20, 2012
Sign-In  |  Sign-Up  |  Contact Us  | Bookmark |  RSS Feed

HTML5 Tutorial FeedBurner

The HTML5 <blockquote> Tag  
The HTML5 <blockquote> tag is an element which identifies a section that is usually quoted from another source or document. The main purpose of the HTML5 <blockquote> is usually to indent the quoted text in the browser.

The HTML5 <blockquote> tag has attributes that can be modified. The attributes are as follows:

Attribute

Value

Description

cite

URL

Sets the source of the citation tag

Here is an example of how the HTML5 <blockquote> tag is used:

<blockquote cite="http://www.html5videotutorial.com/"> 18 January 2012 -- Dr Margaret Chan was nominated today by the WHO's Executive Board for a second term as Director-General of the Organization. The nomination will be submitted for approval to the Sixty-fifth World Health Assembly, scheduled to meet in Geneva from 21–26 May 2012. If confirmed by the World Health Assembly, Dr Chan's new term will begin on 1 July 2012 and continue until 30 June 2017.</blockquote>

The HTML5 <blockquote> tag is supported in all major browsers such as , Internet Explorer, Firefox, Opera, Google Chrome, and Safari.

The HTML5 <blockquote> tag is also in harmony with the Global Attributes and the Event Attributes in HTML5.

Print HTML5 <blockquote> Tag Bookmark HTML5 <blockquote> Tag

Related Articles  
The HTML5 <track> tag
The HTML5 <track> tag is capable of defining the succeeding track for the <audio> and <video> ...
The HTML5 <tbody> Tag
Grouping the body content for tables that are included within the HTML document is necessary. Hence the use of HTML5 ...
The HTML5 <li> tag
The HTML5 <li> tag is utilized in different ways because this is applicable for the ordered list or <ol>, ...
The HTML5 <rt> Tag
The HTML5 <rt> tag is used along with the <ruby> and <rp> tags to clearly define he ruby ...
The HTML5 <basefont> Tag
The <basefont> tag is not supported in HTML5. This tag is used to set the default font color, font size, and font ...
The HTML5 <input> Tag
For web pages wherein it is necessary for the user to add some details, the HTML5 <input> tag is very important. ...
More