Hello World Jan 1, 1970 hello-world console.log(’Hello World’) <!DOCTYPE html> <html lang="en"> <head> <title>Hello World</title> </head> <body> <script> console.log('Hello World') </script> </body> </html>