HTML Cite Tag | Cite Tag | HTML <cite>Tag Tutorial By WDH

HTML Cite Tag


Define :
This tag specifies the title of creative work like a book, a poem, a song, a movie, a painting, a sculpture, etc.

Example :

Output :

 
Browser Support
All browsers are supported like chrome, Microsoft edge, firefox, opera.

Global and Event Attributes
This tag also supports the global and event attribute in HTML.

Default CSS Settings
Most browsers will display the <cite> element with the help of CSS

cite {
  font-style: italic;
}