Wednesday, December 26, 2018

Bold format

BOLD ELEMENT:-

<html>
<body>

<p>This is normal.</p>

<p><b>This is bold.</b></p>

</body>
</html>

OUTPUT:-

  • <b> tag is use for change text format in bold.

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