Horje

Example of HTML <cite> for Work Title

index.html
Example: HTML
<!DOCTYPE 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="https://itupto.com/avatar.png" width="220" height="277" alt="The Scream">
<p><cite>The Scream</cite> by Edvard Munch. Painted in 1893.</p>

</body>
</html>

Output should be:

Example of HTML <cite> for Work Title




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Quotations
Uploaded by:
Admin