Widely availableSupported across all major browsers. Safe to use in production.

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

writetaitl

Cite element in write or work. taitl quote.

PreviewFullscreen

quotetext and source

Blockquote within cite usesource explicit.

PreviewFullscreen

workoverview

image / sound etcvarious make. taitl to cite usage.

PreviewFullscreen

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.

Powered by web-features