Wednesday, December 26, 2018

Strong element.

USING STRONG ELEMENT:-

<html>
<body>

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

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

</body>
</html>

OUTPUT:-

  • <strong> tag is use for text in bold 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...