您的位置:首页 > 其它

表单2

2016-03-22 08:29 399 查看
<body>
插入form <form>
账号:<input type="text" value="呵呵大" /><br />
密码:<input type="password"/><br />
备注<textarea cols="40" rows="5">
</textarea>
<br />
按钮
<input type="submit" value="提交"/><br />
<input type="reset" value="重置" /><br />
需要定义<input type="button" value="登录"  /><br />
<input type="image" src="../../图2/1FC2502B0EA9FE7880B779FBF472FC75.jpg" width="50" /><br />
单选框<br />
<input type="radio" name="sex" />男<br />
<input type="radio"  name="sex"/>女<br /><br />
复选框<br />
<input type="checkbox" checked="checked" disabled="disabled" /> 可乐<br />
<input type="checkbox" />百事 <br />
<input type="checkbox" />崂山 <br />
上传
<input type="file" value=""/><br />
下拉列表框<br />
<select size="3">
<option value="">可乐</option>
<option selected="selected" disabled="disabled"> 鸡腿</option>
<option> 汉堡</option>
</select>

</form>
</body>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: