<cite>
The <cite> element represents the title of a quoted, referenced, or mentioned creative work, such as a film or book.
Overview
The <cite> element represents the title of a quoted, referenced, or mentioned creative work, such as a film or book.
Browser support
| Feature | Desktop | Mobile | ||||
|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Safari | Chrome Android | Safari iOS | |
| 1 | 12 | 1 | ≤4 | 18 | ≤3.2 | |
1+Supported (version) Not supported ※Has note Sub-feature descriptions sourced from MDN Web Docs (CC BY-SA 2.5)
Syntax
HTML
<p>My favorite book is <cite>*Run, Melos</cite>!*.</p>
<blockquote>
<p>I Am a Cat.</p>
<footer>— <cite>I Am a Cat</cite>Natsume Sōseki</footer>
</blockquote> Live demo
Use cases
Using <cite>
The <cite> element represents the title of a quoted, referenced, or mentioned creative work, such as a film or book.
Cautions
- May not be supported in older browsers.
Accessibility
- Verify how this element is announced by screen readers.
Related links
Powered by web-features