html登录界面代码

急求这个界面的html代码!!!!

第1个回答  2014-01-01
<html>
<head>
<title>登录界面</title>
</head>
<body>
<h2>登录界面:</h2>
<form>
请输入你的用户名:<br>
<input type="text" /><br>
输入你的地址:<br>
<input type="text" /><br>
填上密码:<br>
<input type="text" /><br>
选择你的性别:<br>
<input type="radio" value="男" name="sex"/>男
<input type="radio" value="女" name="sex"/>女<br>
选择你的爱好:<br>
<input type="checkbox" vlaue="游泳" />游泳
<input type="checkbox" vlaue="旅游" />旅游
<input type="checkbox" vlaue="上网" />上网
<input type="checkbox" vlaue="新闻" />新闻<br>
<input type="submit" value="提交" />
<input type="reset" value="重填" />
</form>
</body>
</html>本回答被提问者采纳

相关了解……

你可能感兴趣的内容

本站内容来自于网友发表,不代表本站立场,仅表示其个人看法,不对其真实性、正确性、有效性作任何的担保
相关事宜请发邮件给我们
© 非常风气网