黑马程序员技术交流社区

标题: 请前辈指导小白:为什么不能提交和重置 [打印本页]

作者: qimingxue    时间: 2014-1-9 20:49
标题: 请前辈指导小白:为什么不能提交和重置
本帖最后由 qimingxue 于 2014-1-9 22:37 编辑

毕老师的html语言自学视频,小白跟着一起做, <input type="submit"/><input type="reset"value="Reset"/>写这句话的时候,在网页里面怎么实验也不能提交表单和重置信息,请大家指教


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>

<body>
<form>
    用户名:<input type="text"/><br/>
    密码:<input type="password"/><br/>
    性别:<input type="radio" name = "sex"/>男<input type="radio" name = "sex"/>女<br/>
    技术::<input type="checkbox" />java<input type="checkbox" />html<input type="checkbox" />jsp</form><br/>
    上传文件:<input type="file" /><br/>
    按钮:<input type="button" value="按钮1" />



    <input type="submit"/><input type="reset"value="Reset"/>


</form>
</body>
</html>
作者: 随便    时间: 2014-1-9 21:02
本帖最后由 邓宫财 于 2014-1-9 21:03 编辑

  
技术::<input type="checkbox" />java<input type="checkbox" />html<input type="checkbox" />jsp</form><br/>


这一行,你写错了,已经把form结束了。后面的提交,和重置当然没有反应了哦。
作者: 多一点    时间: 2014-1-9 23:19
/>jsp</form><br/>///////多了个</form>结束标签  写代码要细心 一个空格都要注意
   




欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2