<html> <head> <title>Using document.write()</title> </head> <body> <script> document.write("Welcome to Studytonight!") ; </script> </body> </html>