HTML Tags

HTML <blockquote> Tag

The <blockquote> tag is used to define a long quotation from another source.
Browsers typically display it as a block element with indentation.
It is ideal for quoting multiple sentences or paragraphs.

Syntax

<blockquote cite="source-url">Quoted text goes here</blockquote>

Attributes

AttributeDescription
citeURL of the source of the quotation.
classAssigns one or more class names for styling.
idAssigns a unique identifier to the element.
styleAdds inline CSS styles to customize appearance.
titleProvides additional information as a tooltip.

Example

<!DOCTYPE html>
<html>
<head>
  <title>BLOCKQUOTE Tag Example</title>
  <style>
    blockquote {
      border-left: 4px solid #2196f3;
      padding-left: 10px;
      margin: 10px 0;
      font-style: italic;
      color: #555;
    }
  </style>
</head>
<body>
  <h1>HTML &lt;blockquote&gt; Tag Example</h1>
  <blockquote cite="https://www.example.com" title="Source Example">
    “The only limit to our realization of tomorrow is our doubts of today.”
  </blockquote>
</body>
</html>

Output

Browser Output

Use our TryIt Editor to see the output.

Browser Support

Chrome
Chrome
Firefox
Firefox
Edge
Edge
Safari
Safari
Opera
Opera
IE
IE9+
✅Yes✅Yes✅Yes✅Yes✅Yes✅Yes

The text appears indented with a left border and italicized style. The cite and title attributes are not directly visible.

Notes

  • <blockquote> is a block-level element.
  • Use cite to provide semantic reference for the source.
  • CSS can style the block (borders, padding, font style, background).
  • Ideal for multi-line or paragraph quotations.

Conclusion

The <blockquote> tag is used for long quotations, visually distinguished by indentation and optionally styled with CSS.
It helps in presenting references or cited content clearly.

Sign In Form

User your email and password to singn in

Provide your email and we will send you a password reset link.

Don’t have an account, signup here : 

HTML5 & CSS3

Tools and Tutorials

Want a Website

Want a website for your business ?

Please fill out the details below, so we can reach out to you.

Registration Form

Signup to track your record and much more.

We have sent you an email with a registration link. Please click the link to verify your email address, or enter the 6-digit OTP provided in the email.

Didn't receive the OTP. Regenerate OTP Resend