Question: 1.Write an html file with embedded JavaScript. 2. Use an HTML form to enter the following text in separate text boxes: first name, last name,
1.Write an html file with embedded JavaScript.
2. Use an HTML form to enter the following text in separate text boxes: first name, last name, and email.
3. Create a button where the onclick event calls a JavaScript function that will display the entered data in a separate element on the HTML page.
4. The onclick event should call a JavaScript function that updates the element on the HTML page by using the DOM
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
