HTML常见的表单项标签
作者:互联网
标签名称 |
功能描述 |
<input type="text"/> | 单行文本 |
<input type="password"/> | 密码域 |
<input type="checkbox"/> | 多选按钮 |
<input type="radio"/> | 单选按钮 |
<input type="submit"/> | 提交按钮 |
<input type="reset"/> | 重置按钮 |
<option></option> | 下拉菜单中的一项 |
<textarea></textarea> | 多行文本框 |
<select></select> | 下拉菜单 |
标签:单项,标签,文本框,HTML,单选,按钮,下拉菜单 来源: https://www.cnblogs.com/xfzero/p/16029703.html