Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions files/en-us/web/html/element/blockquote/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ This element's attributes include the [global attributes](/en-US/docs/Web/HTML/G

## Usage notes

According to the specification, attribution for the quotation, if any, must be placed outside the `<blockquote>` element.

To change the indentation applied to the quoted text, use the {{Glossary("CSS")}} {{cssxref("margin-left")}} and/or {{cssxref("margin-right")}} properties, or the {{cssxref("margin")}} shorthand property.

To include shorter quotes inline rather than in a separate block, use the {{HTMLElement("q")}} (Quotation) element.
Expand Down