首页 > Web开发 > 详细

html5之表单

时间:2020-02-06 00:18:26      阅读:67      评论:0      收藏:0      [点我收藏+]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>表单</title>


</head>
<body>
<form>
用户名:
<input type="text">
</br>
密码:
<input type="password">
</br>
你喜欢的动物有?
</br>
波斯猫<input type="checkbox" >
秋田犬<input type="checkbox" >
山羊<input type="checkbox" >
斑马<input type="checkbox" >
<br/>
您的性别为?
男<input type="radio" name="s">
女<input type="radio" name="s">
<br/>
<select>
<option>北京大学</option>
<option>清华大学</option>
<option>中国人民大学</option>
<option>上海交通大学</option>
<option>重庆邮电大学</option>
<option>东南大学</option>
<option>南京大学</option>
</select>
<input type="button" value="按钮">
<input type="submit" value="确认">
</form>
<textarea cols="30" rows="30">请在以下部分输入内容</textarea>>
</body>
</html>

html5之表单

原文:https://www.cnblogs.com/cxydnxs/p/12267048.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!