<!DOCTYPE html> <html> <body> <h1>The b element</h1> <p>This is normal text - <b>and this is bold text</b>.</p> </body> </html>