Last Updated on April 26, 2023 by Roshan Parihar
HTML cite tag is used to show title of a work inside web pages.
The title for work like a book, paper, painting, script, film, exhibition, T.V. Shows etc. This cite title looks italic and appears different from all text.
Syntax
1 |
<cite>Put here the cite text to show for a work</cite> |
1 2 |
<img src="../images/nature.jpg" alt="html cite"/> <cite>This is natures painting</cite> |
Output
This is natures painting
Resources and References of HTML cite tag
1. W3C Specification.
2. HTML living standard
3. W3C project using Github