表单元素

Posted 书中有纸不知何言

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了表单元素相关的知识,希望对你有一定的参考价值。

表单元素
一共12个
分三大类

文本类
<input type="text" />
<input type="password" />
<textarea></textarea>
<input type="hidden" />

按钮类
<input type="button" />
<input type="reset" />

<input type="submit" />
<input type="image" />

选择类
<input type="radio" id="i" /><label for="i">aaa</label>
<input type="checkbox" />
<select>
<option></option>
</select>
<input type="file" />

简单控件:
Label
Literal
TextBox TextMode="" Visible="false"  Enabled="false"
HiddenFiled
Button
ImageButton

复合控件:
radio   radioButton  radioButtonList 单选
checkbox  checkbox   checkboxList 多选
select option  DropDownList  单选  ListBox 多选


1、Label

2、Literal

3、TextBox

4、HiddenFiled

5、Button

6、RadioButton / RadioButtonList

7、CheckBox / CheckBoxList

8、DropDownList / ListBox

9、Panel




以上是关于表单元素的主要内容,如果未能解决你的问题,请参考以下文章

表单及表单新增元素

HTML表单元素之<label>

4.表单,表单元素,表单元素写法及属性

第10章 表单元素(上)

HTML中常用的表单元素

第十章 表单元素(下)