Wednesday, December 26, 2018

Emphasized formatting.

USING Emphasized formatting:-

<html>
<body>

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

<p><em>This paragraph text is emphasized.</em></p>

</body>
</html>

OUTPUT:-

  • <em> tag is use for Emphasized 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...