Programming Code Center(PCC)
[HTML]

(PCC)::[how-to-use-b-tag-to-make-bold-in-html-language]::[html]

File Name : index.html

<!DOCTYPE html>
<html>
<head>
<title>Bold Text Example</title>
</head>
<body>
<p>The following word uses a <b>bold</b> typeface.</p>
</body>
</html>

Output :

Bold Text Example

The following word uses a bold typeface.