HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

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

Global

CSS

cite
{
    font-style: italic;
}

Examples

1 · CSS