<cite> Tag in HTML 5
In this article I am going to explain about cite tag in HTML 5.
Definition
<cite> tag in HTML 5 is used to define the title of a work. <cite> tag in HTML 5 may define title of book, title of any movies, title of any presentation, title of any painting and title of any web page.
Browser Support by <cite> tag
The <cite> tag is supported in internet explorer, mozilla firefox, Google chrome, opera and safari browsers.
Lets take an example of <cite> tag
<html>
<body>
<img src="mo.jpg" width="500" height="650" alt="Love" />
<p>
<cite>The Mona Lisa</cite> is a half-length portrait of a woman by the Italian artist
Leonardo da Vinci.</p>
</body>
</html>
|
Output

Further Readings
You may also want to read these related articles :
Ask Your Question
Got a programming related question? You may want to post your question here
Programming Answers here