• 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

HTML Blockquote Tag Cite Attribute Code

HTML Blockquote Tag Cite Attribute

August 15, 2013 by techhoneyadmin

HTML Blockquote Tag Cite AttributeThe HTML Blockquote Tag <blockquote> Cite Attribute is used to classify the URL of the resource from where we are quoting text or information in the HTML Blockquote Tag.

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 Cite Attribute Syntax

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

HTML Blockquote Tag Cite Attribute Example

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

Below is the quote from Wikipedia Website on 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 Cite Attribute example renders the text (taken from Wikipedia Website) in an 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 Cite Attribute Values

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

HTML Blockquote Tag Cite Attribute 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: Attributes Tagged With: Blockquote HTML Cite Attribute, Blockquote HTML Tag Cite Attribute, Blockquote Tag Cite Attribute HTML, Code for HTML Blockquote Tag Cite Attribute, HTML Blockquote Cite Attribute, HTML Blockquote Tag Cite Attribute, HTML Blockquote Tag Cite Attribute Code, HTML Blockquote Tag Cite Attribute Examples, HTML Blockquote Tag Cite Attribute Syntax, HTML Tag Blockquote Cite Attribute, HTMLBlockqouteTagCiteAttribute, Syntax and Examples of HTML Blockquote Tag Cite Attribute, What is the use of HTML Blockquote Tag Cite Attribute

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