Problem
1. Create a Web page that will pop up an alert message welcoming the user to the Web page. Use a script block in the area for this task.
2. Create a Web page that will prompt the user for a name, and age, and write the message using the name and age in the message. Use the prompt () method and variables to accomplish this.