Cite (HTML element)

From Wiki @ Karl Jones dot com
Revision as of 08:13, 2 May 2016 by Karl Jones (Talk | contribs) (Created page with "In HTML, the '''cite''' element represents the title of a work. == Description == Example of work: * Book * Paper * Essay * Poem * [[Score]...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In HTML, the cite element represents the title of a work.

Description

Example of work:

Do not use for names

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

This element must therefore not be used to mark up people's names.

Examples

<p>My favorite movie is <cite>The Adventures of Baron Munchausen</cite>.</p>

See also

External links