A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

本帖最后由 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>

评分

参与人数 1技术分 +1 收起 理由
滔哥 + 1

查看全部评分

2 个回复

倒序浏览
本帖最后由 邓宫财 于 2014-1-9 21:03 编辑

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


这一行,你写错了,已经把form结束了。后面的提交,和重置当然没有反应了哦。

评分

参与人数 1技术分 +1 收起 理由
田磊阳 + 1

查看全部评分

回复 使用道具 举报 1 0
/>jsp</form><br/>///////多了个</form>结束标签  写代码要细心 一个空格都要注意
   
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马