编辑文本后点击显示结果
返回西安商务网 网页教程与代码首页
<html> <head><title>选择</title></head> <body> 请选择你喜欢的水果:<br> <form action = "http://www.xabiz.net/html/asdocs/html_tutorials/choose.asp" method = "post"> <input type="checkbox" name="fruit" value ="apple" >苹果<br> <input type="checkbox" name="fruit" value ="orange">桔子<br> <input type="checkbox" name="fruit" value ="mango">芒果<br> <input type="submit" value="提交"> </form> </body> </html>