HTML Cite Tag is used to define the title of a work which is someone's intellectual property like books, poem, songs, lyrics, patents and trademarks.
Table of Contents
Syntax of HTML Cite Tag
The Syntax of HTML Cite Tag is shown below. The cite tag displays the text written inside in italic style.
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p><cite>Guns, Germs, and Steel</cite> by Jared Diamond.</p>
</body>
</html>
Usage of HTML Cite Tag
The cite tag defines the work of the original owner.
Example of HTML Cite Tag
Simple example of HTML Cite Tag is shown below.
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p><cite>Guns, Germs, and Steel</cite> by Jared Diamond.</p>
</body>
</html>
Output
The output of code above is shown below.
Guns, Germs, and Steel by Jared Diamond
Browser Support for HTML Cite Tag
HTML Cite Tag is supported by all major browsers.
Global Attributes Support in HTML Cite Tag
The HTML Cite Tag supports all Global Attributes.
Event Attributes Support in HTML Cite Tag
The HTML Cite Tag supports all Event Attributes.
HTML Cite Tag Video
Watch our video on HTML Cite Tag and subscribe our Youtube Channel.