(PCC)::[how-to-use-b-tag-to-make-bold-in-html-language]::[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>
The following word uses a bold typeface.