Home /
Expert Answers /
Computer Science /
5-using-javascript-function-in-an-html-page-display-the-following-web-form-and-perform-the-task-m-pa477
(Solved): 5. Using JavaScript function in an HTML page, display the following web form and perform the task m ...
5. Using JavaScript function in an HTML page, display the following web form and perform the task mentioned at the below the submit button: 4 Name: Sex: Male Female Country: Message: Subscribe? When the submit button is clicked, display the following message in green color using Calibri font: HELLO , Thanks for submitting the information. \&Selected Country> is a beautiful country. Your Subscription status is: . We received your message that says: Note: - Salutation should be:" Mr." for males and" Ms." for females - Populated the Country drop down with any 5 countries of your choice - All input fields must require proper values - Create and call appropriate JavaScript function on the click of Submit button - Filename to save and upload: 5_JavaScriptWebForm.html