Using html and java script……(jQuery)…..
Need to create a webpage that has the following 1) input of typetext 2) input type button 3) div tag that has id of list (div#list)that is empty on page load.
When the user presses the button it will validate that text hasbeen input. If text has be input, PREPEND a paragraph element tothe div#list with the contents of the input
Expert Answer
Answer to Using html and java script……(jQuery)….. Need to create a webpage that has the following 1) input of type text 2) i…