@ou-imdt/css
Version:
The IMDT CSS library styles native elements with light, extendable CSS. It is developed for Interactive Media Developers at the Open University.
20 lines (13 loc) • 581 B
Markdown
# q (Inline quote)
_No custom styles._
{description}
## Example
<div class="card">
<q cite="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/q">This element is intended for short quotations that don't require paragraph breaks; for long quotations use the blockquote element.</q>
</div>
<details class="compact">
<summary>HTML</summary>
```html
<q cite="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/q">This element is intended for short quotations that don't require paragraph breaks; for long quotations use the blockquote element.</q>
```
</details>