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
Whether you're preparing for your first job interview or aiming to upskill in this ever-evolving tech landscape,
GeeksforGeeks Courses are your key to success. We provide top-quality content at affordable prices, all geared towards accelerating your growth in a time-bound manner. Join the millions we've already empowered, and we're here to do the same for you. Don't miss out -
check it out now!
Last Updated :
07 Jun, 2023
Like Article
Save Article