Work title with the <cite> element:-
<html>
<body>
<p>The HTML cite element defines the title of a work.</p>
<p>Browsers usually display cite elements in italic.</p>
<img src="screan.jpg" width="300" height="300" alt="The Screan">
<p><cite>The Screan</cite> by Adict richer. Painted in 1617.</p>
</body>
</html>
<html>
<body>
<p>The HTML cite element defines the title of a work.</p>
<p>Browsers usually display cite elements in italic.</p>
<img src="screan.jpg" width="300" height="300" alt="The Screan">
<p><cite>The Screan</cite> by Adict richer. Painted in 1617.</p>
</body>
</html>
OUTPUT:-
- The HTML cite element defines the title of a work.
- Browsers usually display cite elements in italic.
No comments:
Post a Comment