<!DOCTYPE html> <html> <head> <style> b { font-weight: bold; } </style> </head> <body> <p>A b element is displayed like this:</p> <p><b>This is bold text.</b></p> <p>Change the default CSS settings to see the effect.</p> </body> </html>