da

来源:互联网 发布:mac os最新版本号 编辑:程序博客网 时间:2024/05/01 19:05

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<!--class开始-->
<style type="text/css">
.pos_abs {
 position:relative;
  left:50px;
 
 
 
}
.font_size1{font-size:50pt;}
</style>

<!--calss结束-->

<title>

</title>
</head>
<body>
<div class="pos_abs">
登录信息
</div class="pos_abs">
<div >
<form>

 

<br>
登录用户: <input type="text" name="firstname"><br>
登录密码: <input type="text" name="lastname"><br>
<label>
登录信息
<label><br>
<label> 音乐:
<input type="checkbox" vaule="音乐1" checked>
</label>
摇滚
<label>
<input type="checkbox" value="音乐2">
</label>
爵士
<label>
<input type="checkbox" value="音乐3" >
流行</label>
</form>
</div>
</body>
</html>

0 0
原创粉丝点击