HTML
HTML Quotation ElementsHTML Quotation Elements
HTML quotation elements define quoted text and blockquotes.
Read Time
5 min readDifficulty
BeginnerLast Updated
Jun 15, 2026Version
v1.0.0Introduction
HTML provides specific elements to cite and quote text. Elements like `
` indent long quotations, while `` handles short inline quotes. Browsers usually add quotation marks around inline quotes automatically.
Syntax
Syntax
Example
Example
Try it Yourself
Hands-on Practice
Modify the code below to see how it affects the output. This is the best way to learn!
Interactive Editor
1234567891011121314151617181920
Live Preview
Key Points
- The `
` tag indents block quotes.
- The `
` tag adds inline quotation marks.
- The `` tag defines the title of a work.
- The `` tag defines abbreviations.