Question: Fun exercise using HTML and JavaScript create a HTML and JavaScript based Random Greeting Generator create HTML file for the application create a JavaScript file
Fun exercise using HTML and JavaScript create a HTML and JavaScript based Random Greeting Generator create HTML file for the application create a JavaScript file for the application's JS code and logic add a Esriptreference to the jS file in the HTML and load the JS HTML file should include the following minimum markup metadata in the chead> element- eg, titl.. application header and heading brief description of opplication and usage form with input and submit button-allows a user to enter their name &c. main content for rendering name, greeting, and ony other necessary output footer with details about the developer-egcopyright, year, name &c JavaScript file should include the following minimum logic. event listener for user click on form submit button get text value from form's input text field generate random greeting message with concatenated user's input text render greeting message to HTML after user has clicked submit button Share your working application, including completed HTML file and JavaScript file, with the course TA, Catherine. Submission options include, send files attached to private message on Slack attoch files to an email to TA share repository on GitHub
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
