Editor
Download
Open
Auto Run
<!DOCTYPE html> <html> <head> <title>HTML b tag</title> </head> <body> <p>This example is show a <b>bold</b> text.</p> </body> </html>
Preview