Show Output
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JavaScript Multi-line Comment</title> </head> <body> <script> /* This is my first program in JavaScript */ document.write("Hello World!"); </script> </body> </html>