HTML <title> Tag

122    Share

cite for Work Title


The HTML <cite> tag defines the title of a creative work (e.g. a book, a poem, a song, a movie, a painting, a sculpture, etc.).

Note: A person's name is not the title of a work.

The text in the <cite> element usually renders in italic.

 


Live Demo & Try it yourself! Read More » »

Link Titles


The title attribute specifies extra information about an element. The information is most often shown as a tooltip text when the mouse moves over the element.

Example

<a href="https://www.gssskhokhar.com/html/" target="_blank" title="Go to GSSS KHOKHAR HTML section">Visit our HTML Tutorial</a>


Live Demo & Try it yourself! Read More » »