CodeLab
Tutorials For Everyone
Run
<!Doctype html> <html> <head> <title>Strong Element</title> </head> <body> <p>We used <strong>strong</strong> element to make some text strong. Strong text has some importance unlike bold text.</p> <p> <strong><blink> tag is not supported by many browsers.</strong>Mozilla has this proprietary tag.</p> </body> </html>