Documentation
Elements
- <a>
- <aside>
- <assessment>
- <author>
- <backcover>
- <blockquote>
- <body>
- <bodymatter>
- <caption>
- <code>
- <cover>
- <dd>
- <dl>
- <document>
- <dt>
- <em>
- <figure>
- <figureGroup>
- <frame>
- <frontcover>
- <frontmatter>
- <hd>
- <img>
- <input>
- <jacketcopy>
- <legend>
- <li>
- <line>
- <linegroup>
- <list>
- <meta>
- <metadata>
- <note>
- <noteRef>
- <number>
- <p>
- <page>
- <poem>
- <pullquote>
- <rearmatter>
- <section>
- <source>
- <span>
- <sub>
- <subtitle>
- <sup>
- <table>
- <tbody>
- <td>
- <tfoot>
- <th>
- <thead>
- <title>
- <tr>
<blockquote>
-
Date:16/08/2022
-
Modified:03/04/2025
-
Category:Elements
The <blockquote> element is used for quotations.
Notes
- Use for quotes that break the text flow.
- Use for quoted longer texts from an outside source.
Children elements
| Element | Explanation | Required |
|---|---|---|
<p> | Contains the quote itself. See p. | Yes |
<author> | Contains the author of the quote. See author. | No |
<source> | Contains the source of the quote. See source. | No |
Examples
-
Date:16/08/2022
-
Modified:03/04/2025
-
Category: