<!doctype html><input type = "Radio" name = "Country" > Japan <br> hobby: <input type = "checkbox" name = "Love" Checked value = " Football "> Soccer <input type =" checkbox "name =" Love "> Volleyball <input type =" checkbox "name =" Love "> Basketball <br> Education: <select Multiple name = "Xueli" ><option value = "Daxue" > University </option> <option value = "Zhongxue" & gt; Middle School </option> <option value = "Xiaoxue" Selected> Elementary School </option> </select><br> Remarks: <te Xtarea cols = "$" rows = "5" name = "Beizhu" > Prawns leave your footprints. </textarea> Normal button: <input type = "button" value = "Normal Pushbutton" O Nclick = "alert (' Haha, I'm Coming ')" > Submit button: <input type = "submit" VALUE = "Submit Button" > Reset button: <input type = "reset" value = "Value by Button "> Picture buttons: <input type =" image "src =" image/1.jpg "width =" a "height =" + "> </form> </body>Records for HTML form operations