• Skip to primary navigation
  • Skip to main content

Tech Honey

The #1 Website for Oracle PL/SQL, OA Framework and HTML

  • Home
  • HTML
    • Tags in HTML
    • HTML Attributes
  • OA Framework
    • Item in OAF
    • Regions in OAF
    • General OAF Topics
  • Oracle
    • statement
    • function
    • clause
    • plsql
    • sql
You are here: Home / HTML / Tags / HTML Blockquote Tag

HTML Blockquote Tag

August 8, 2013 by techhoneyadmin

HTML Blockquote TagThe HTML Blockquote Tag <blockquote> is used to classify a section which is quoted or taken from another resource.

HTML Blockquote Tag can be used whenever we wish to quote text or information from other resource.

HTML Blockquote tag is a closed tag and needs closing HTML Blockquote Tag </blockquote>.

Note: Browsers usually tend to indent the elements and text within the Blockquote HTML Tag.


HTML Blockquote Tag Syntax

<blockquote cite=”URL”>
Some text from other resource
</blockquote>

HTML Blockquote Tag Example

HTML Blockquote Tag Code Output
view source
print?
1</pre>
2<h1>Computer</h1>
3<pre>
4 Below is the quote from Wikipedia Website on Computer</pre>
5<blockquote cite="http://www.en.wikipedia.org/wiki/Computer">
6<a href="http://www.en.wikipedia.org/wiki/Computer">
7http://www.en.wikipedia.org/wiki/Computer </a>
8A computer is a general purpose device
9that can be programmed to carry out
10a finite set of arithmetic or
11logical operations.
12Since a sequence of operations
13can be readily changed,
14the computer can solve more than
15one kind of problem.</blockquote>
16<pre>
Computer Below is the quote from Wikipedia Website on Computer

http://www.en.wikipedia.org/wiki/Computer
A computer is a general purpose device that can be programmed to carry out a finite set of arithmetic or logical operations. Since a sequence of operations can be readily changed, the computer can solve more than one kind of problem.

The above HTML Blockquote Tag example renders the text (taken from Wikipedia Website) in a indented form as we have wrapped the content in HTML 5 Blockquote Tag.

Also, note the usage of the Blockquote HTML Tag’s Cite Attribute.


HTML Blockquote Tag Attributes

HTML Blockquote Tag Attribute Value Description
cite URL Defines the location of the resource being quoted.

HTML Blockquote Tag support all HTML Global Attributes and HTML Event Attributes

HTML Blockquote Tag Supporting Browsers

S. No. Browser Supported(Yes/No)
1 Internet Explorer Yes
2 Firefox Yes
3 Google Chrome Yes
4 Opera Yes
5 Safari Yes

Filed Under: Tags Tagged With: Blockquote HTML, Blockquote HTML Tag, Blockquote Tag HTML, Code for HTML Blockquote Tag, HTML Blockquote, HTML Blockquote Tag, HTML Blockquote Tag Code, HTML Blockquote Tag Examples, HTML Blockquote Tag Syntax, HTML Tag Blockquote, HTMLBlockqouteTag, Syntax and Examples of HTML Blockquote Tag, What is the use of HTML Blockquote Tag

Copyright © 2025 · Parallax Pro on Genesis Framework · WordPress · Log in