You are here : htmlHTML 5cite

<cite> - HTML 5

The <cite> tag defines the title of a work (e.g. a book, a song, a movie, a TV show, a painting, a sculpture, etc.).

Note: A person's name is not the title of a work.


Syntax

<cite>...Text...</cite>


Example

<p><cite>The Scream</cite> by Edward Munch. Painted in 1893.</p>


Output / Return Value


Limitations


Alternatives / See Also


Reference