编程论坛
注册
登录
编程论坛
→
WEB前端(UI)
这题目要怎么做啊?
bxkgfj
发布于 2007-01-05 01:23, 646 次点击
各位,通过input标签可以建立哪些表单元素啊??
[此贴子已经被作者于2007-1-5 1:27:41编辑过]
2 回复
#2
hoya
2007-01-05 08:38
dw打开,看input有几个type 就有几个了....
<input type="button"/>
<input type="checkbox"/>
<input type="file"/>
<input type="hidden"/><br />
<input type="image"/><br />
<input type="password"/>
<input type="radio"/><br />
<input type="reset"/>
<input type="submit"/>
<input type="text"/>
#3
jzcxh
2007-03-01 14:02
学到了
1