05 UserInput.html 151 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <html> <head> </head> <body> <script type="text/javascript"> var name = prompt("Enter the name"); document.write(name); </script> </body> </html>