html Cite Tag

In the <cite> tag is a phrase element of html. which specify citation for example book title,paper title.In the <cite> end tag of </cite>.

All main browser supports the <em> tag. which tag standard attributes are class, dir, id, lang, style, title and xml:lang and The event attributes are onclick, ondblclick, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onkeydown, onkeypress and onkeyup.

Syntax :

<cite>...</cite>

Example Code

<!DOCTYPE HTML>
<cite> Cite is a citation </cite>

Out Put :



Cite is a citation

In the above <cite> tag have applied to Cite is a citation Text.




Content