Bold letters in HTML

In HTML <b> element tag defines bold text.

Input:-

<html>
<body>
<p>This text is normal.</p>
<p><b>This text is bold.</b></p>
</body>
</html>

Output:-

This text is normal.

This text is bold.

Comments

Popular posts from this blog

Keywords in C Programming

Definition of C Language

Data Types in C Programming