CITE
The cite element 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;
}