Html5 Cite Tag

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

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