HTML - HTML Form Elements; input, text, radio button, button, textarea, date etc
HTML - HTML Form Elements; input, text, radio button, button, textarea, date etc CODE <html> <script> function submit () { document.getElementById ( "divOutput" ). innerHTML = "The button is clicked." ; } </script> <body> <input type = "text" style = "width:300px;" id = "txtURL" /> <br /> <br /> <select style = "width:300px;" > <option value = "Option 1" > Option 1 </option> <option value = "Option 2" > Option 2 </option> <option value = "Option 3" > Option 3 </option> <option value = "Option 4" > Option 4 </option> </select> <br /> <br /> <textarea rows = "10" cols = "30" style = "width:300px;" > This is a sample text...