表单

图片添加链接:

<img src="t01eead9be5f0a448de.jpg" usemap="map" />
<map name="map">   定义名称
<area shape="circle" coords="116,315,65" href="http://www.baidu.com/"/> 设置链接位置
<area shape="rect" coords="137,122,187,172" href="http://360.com/"/>  设置链接位置
</map>

文本框:<input type="text"  />

密码框:<input type="password" />

文本域:<textarea cols="35" rows="5"></textarea>

提交按钮:<input type="submit" value="提交" />

重置按钮:<input type="reset" value="重置" />

普通按钮:<input type="button" value="登陆" />

图片按钮:<input type="image" src="t01eead9be5f0a448de.jpg"  />

单选按钮:<input type="radio" name="sex" />男

文件上传:<input type="file" />

复选框:<input type="checkbox" />爆米花

禁用 :disabled="disabled" 

下拉列表:

<select size="1">
<option>可口可乐</option>
<option>百事可乐</option>
<option >崂山口可乐</option>
</select>

邮箱:
  需要通过邮箱激活账户,不支持sohu,21cn,sogou的邮箱
登陆用户名:
  仅在登陆时使用,字符数不少于4个
显示名称:
  即昵称,字符数不少于2个
密码:
确认密码:
  至少8位,必须包含字母`数字`特殊字符
性别:
喜好:
 
原文地址:https://www.cnblogs.com/zbxiaoxu/p/5298083.html