黑马程序员技术交流社区
标题:
html问题 求解
[打印本页]
作者:
莫运飞
时间:
2012-4-11 19:42
标题:
html问题 求解
<from>
用户名:<input type="text" name"user"/><br/>
密码: <input type="password""/><br/>
性别: <input type="radio" name="sex"/>男<input type="radio" name="sex"/>女<br/>
技术: <input type="checkbox"/>html<input type="checkbox"/>PLC<input type="checkbox"/>java</br>
上传文件:<input type="file"/><br/>
按钮: <input type="button" value="按钮"/>
<input type="submit" /><input type="reset" />
</from>
// 为什么 我的点重置 不可以重置呢?????奇怪了 没有哪里错啊
作者:
李震 李震 李震
时间:
2012-4-11 20:51
<from>
</from>写错额导致你重置用不了,改为<form></form>
form 元素是块级元素,其前后会产生折行。
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/)
黑马程序员IT技术论坛 X3.2