cite
Description
The cite element for HTML represents a reference to a creative work. It must include the title of the work or the name of the author (person, people or organization) or an URL reference, or a reference in abbreviated form as per the conventions used for the addition of citation metadata.
Syntax
HTML
<cite attribute-name="attribute-value"></cite>
Attributes
CSS
cite { font-style: italic; }