HTML <cite> Tag
The <cite> tag in HTML is used to define the title of a work. The <cite> tag in HTML 4.1 define the citation and in HTML5 define the title of work. It displays the text in italic format.
Syntax:
<cite> Title.. </cite>
Example:
html
<!DOCTYPE html> < html > < body > < h1 style = "color: green;" >GeeksforGeeks</ h1 > < h2 >HTML cite Tag</ h2 > < p >This is normal paragraph text</ p > < cite >This is cite tag text</ cite > </ body > </ html > |
Output:
Supported Browsers:
- Google Chrome
- Edge 12 and above
- Internet Explorer
- Firefox 1 and above
- Opera
- Safari