HTML
Tag for Extended Quotations

The HTML <blockquote> element represents an extended quotation from another source. It is semantic quotation markup, not a general-purpose indentation tool.

Good markup describes what content means before deciding how it should look.

<blockquote cite="https://example.com/source">
  <p>An extended quotation goes here.</p>
</blockquote>

Source information Top ↑

The cite attribute can identify a source URL, but it is not normally shown to readers. Provide visible attribution separately when readers need it.

Do not use BLOCKQUOTE only to indent text Top ↑

Use CSS margins or padding for indentation. A blockquote should actually be a quotation.

Existing blockquote CSS demo

Frequently Asked Questions Top ↑

What is BLOCKQUOTE for?

An extended quotation from another source.

Does BLOCKQUOTE automatically indent text?

Browsers commonly add margins, but that visual default is not its semantic purpose.

Can BLOCKQUOTE have a cite attribute?

Yes.

How do I show the source to readers?

Add visible attribution or a link in the surrounding content.

Should I use BLOCKQUOTE for normal indentation?

No. Use CSS.





plus2net.com










We use cookies to improve your browsing experience. . Learn more
HTML MySQL PHP JavaScript ASP Photoshop Articles Contact us
©2000-2026   plus2net.com   All rights reserved worldwide Privacy Policy Disclaimer