Latest web development tutorials

HTML <cite> tag

Examples

Use <cite> tag to define the title of the work:

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

try it"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

All major browsers support the <cite> tag.


Tag definitions and instructions

<Cite> tag defines works (such as books, songs, movies, TV shows, painting, sculpture, etc.) of the title.

Note: The names do not belong to the title of the work.


Differences between HTML 4.01 and HTML5

In HTML5, <cite> tag defines the title of the work.

In HTML 4.01, <cite> tag to define a reference.


Global Properties

<cite> tag supports HTML global properties .


Event Properties

<cite> tag supports HTML event properties .