html表单

馋奶兔 提交于 2020-03-06 17:47:51

 

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body background="QQ图片20200306143533.gif">
用户名<input type="text">
<br>
密码<input type="password">
<br>
性别<input type="radio" name="sex" >男<input type="radio" name="sex" checked="checked">女
<br>
爱好:<input type="checkbox" checked="checked">唱<input type="checkbox" checked="checked">跳<input type="checkbox" checked="checked">rap<input type="checkbox" checked="checked">篮球<input type="checkbox" checked="checked">music
<br>
请上传你的打篮球视频<input type="file">
<br>
<input type="button" value="普通鸡你太美!">
<br>
<input type="submit" value="提交鸡你太美!">
<br>
<input type="reset" value="重置鸡你太美!">
<br>
<input type="image" src="QQ图片20200213214439.png">
<br>
<input type="hidden" value="隐藏鸡你太美!">
</body>
</html>

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!