<cite> tag

HTML <cite> tag

It defines the title of the work. Usually <cite> element is displayed in italic.

Syntax:
<cite>text…</cite>

Example

<p>Learn all HTML Tags <cite> Cite tag defines work title</cite></p>

Default CSS Value

font-style: italic;

How Browser will display

INLINE.

Difference between HTML4.01, XHTML and HTML5

HTML4 XHTML HTML5
This defines citations in HTML4.01 No difference compared to HTML4.01 This tag defines the title of work

Attributes used with <cite> tag

NONE

Global Attributes

The <cite> tag supports Global attributes.

Event Attributes

The <cite> tag supports Event attributes.

Supporting Browsers

supporting-browsers for tags

Related Tags

<blockquote>, <q><bdi>, <bdo><address>, <abbr><acronym>.

Tutorials for all brains!