<! Doctype html public "-// W3C // dtd html 4.0 Transitional // EN"> <HTML> <HEAD> <TITLE> New Document </TITLE> <meta name = "Generator "CONTENT =" EditPlus "> <meta name =" Author "CONTENT =" "> <meta name =" Keywords "CONTENT =" "> <meta name =" Description "CONTENT = ""> </HEAD> <BODY> <form> User Name: <input type = "text"> <br> password: <input type = "password"> <br> gender: <input type = "radio" name = "sex"> male & nbsp; <input type = "radio" name = "sex"> female <br> Hobbies: <input type = "checkbox"> Basketball & nbsp; <input type = "checkbox"> football & nbsp; <input type = "checkbox"> volleyball <br> city: <select> <option> Yantai </option> <option> Zibo </option> <option> Qingdao </option> <option> Jinan </option> </select> <br> file: <input type = "file"> <br> <input type = "submit" value = "submit"> & nbsp; <input type = "reset" value = "reset"> <br> <input type = "button" value = "button"> <br> description: <textarea> </form> <table border = "1" width = "80%" align = "center"> <tr> <td colspan = "2"> shandong </td> </tr> <td> Tianjin </td> <td> Guangzhou </td> </tr> </table> <a href =" http://www.baidu.com "Target =" _ blank "> Baidu </a> </BODY> </HTML>