cite
The cite element represents the cited title of a work; for example, the title of a book mentioned within the main text flow of a document.
Attributes
<cite attribute-name="attribute-value"></cite>
CSS
cite {
font-style: italic;
}