<html> <head> <title>Using Alert Box</title> </head> <script> alert("Welcome to Studytonight"); </script> <body> <h1>My Webpage</h1> </body> </html>