<!DOCTYPE html> <html> <body> <script> document.write("Hello World!"); </script> </body> </html>