HTML <blockquote> tag

You are Here:

HTML <blockquote> tag

The <blockquote> tag is used for indicating long quotations.

Note: Browsers usually indent <blockquote> elements.

Tips: To indicate short quotations, use <q> tag.

Example

HTML Online Editor
<!DOCTYPE html> <html> <body> <h1>About J. K. Rowling</h1> <blockquote cite="https://www.jkrowling.com/about/"> Joanne Rowling was born on 31st July 1965 at Yate General Hospital just outside Bristol, and grew up in Gloucestershire in England and in Chepstow, Gwent, in south-east Wales. </blockquote> </body> </html>

Attributes

The following are the attributes of <blockquote> tag. Also try Global attributes.

AttributeValueExplanation
citeURLSpecifies a URL to which the blockquote content belongs to.

Reminder

Hi Developers, we almost covered 99.5% of HTML Tutorials with examples for quick and easy learning.

We are working to cover every Single Concept in HTML.

Please do google search for:

Join Our Channel

Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.

This channel is primarily useful for Full Stack Web Developer.

Share this Page

Meet the Author