<input type="text" placeholder="请输入用户名">
type="number" 数字
type="url" 网址
type="email" 邮箱
请输入内容......... |
要实现以上效果, <form> <textarea cols="50" row="10">
。男 。女
要实现以上效果, <input type=radio,name=gentle,value="1">
type=radio,name=gentle,value="2"
默认选中 select="select"
提交 |
type=submit
重置 |
type=reset