Code
Execute
<!DOCTYPE html> <html> <head> <title>Wikitechy strong tag</title> </head> <body> <h2>HTML strong tag with example.</h2> <p> Wikitechy <strong> Step-By-Step </strong>HTML tutorial.</p> </body> </html>
Result