HTML Cite Tag and References
The HTML <cite> element is used to describe a reference to a creative work. It must include the title of that work.
What qualifies as a work?
A work can be a book, a paper, an essay, a poem, a score, a song, a script, a film, a TV show, a game, a sculpture, a painting, a theater production, a play, an opera, a musical, an exhibition, a legal case report, etc.
Common Mistakes
A person's name is not the title of a work. Consequently, the <cite> element must not be used to mark up the author of a work, unless the author's name is actually part of the title (e.g., "The autobiography of X").
Visual Presentation
Browsers typically render the content of a <cite> element in italics. However, you can change this style using CSS if needed. The important part is the semantic meaning conveyed to assistive technologies.
