Wednesday, December 26, 2018

Italic format.

USING ITALIC TAG:-

<html>
<body>

<p>This Paragraph text is normal.</p>

<p><i>This paragraph text is italic.</i></p>

</body>
</html>

OUTPUT:-

  • <i> tag is use for italic format.

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...