Code Editor Panel
Home
HTML Tutorial
HTML Formatting
Run
HTML
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <b>This is a bold text.</b>
<strong> This is important text, display same as bold</strong> </body> </html>
Output