Thursday, December 27, 2018

Formatting work title.

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>

OUTPUT:-  

  • The HTML cite element defines the title of a work.
  • Browsers usually display cite elements in italic.

No comments:

Post a Comment

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...