HTML provides options for formally quoting text from other sources and highlighting authors or organizations. Specific tags are available for this, such as <blockquote>, <q>, <cite>, and <abbr>.
Use the <blockquote> element when quoting longer texts from another source. The 'cite' attribute can specify the URL of the source.
The <q> element is ideal for short quotations, such as a sentence. Most browsers automatically place its content in quotation marks.
Code Details
<blockquote cite="https://www.example.com">This is a long quotation from another source.</blockquote>
<q>This is a short inline quote.</q>
Preview
This is a long quotation from another source.
Use the <cite> tag to mark the name of a work, book, article, or website author. This pays respect to the original creator and is semantically correct.
The <abbr> tag lets you define the full meaning of an abbreviation using the 'title' attribute. Users can see the explanation when hovering the cursor over it.
Please sign in to ask Lara about HTML Quotations.
Select Language
Set theme
© 2025 ReadyTools. All rights reserved.