CodeLab
Tutorials For Everyone
Run
<!Doctype html> <html> <head> <title>Bold Element</title> </head> <body> <p>A small piece of text is bold using <strong>b </strong>element.</p> <p> <b>HTML is the extension of SGML</b>. Luckily it was created HTML in 1991 for the researchers. </p> </body> </html>