サマリー:<html> <head> <meta charset="UTF-8"> <title>網(wǎng)頁頭部</title> <link rel="shourtcut icon" type="image/x-icon" hidden=""> <s
<html>
<head>
<meta charset="UTF-8">
<title>網(wǎng)頁頭部</title>
<link rel="shourtcut icon" type="image/x-icon" hidden="">
<style type="text/css">
*{padding: 0px;margin: 0px;}
input{height: 8px;width: 258px;border: 1px solid #ccc; margin-top: 20px;padding: 20px;}
button{height: 50px;width: 300px; margin-top: 20px;background: #ff6a00;border:none; color:#fff;}
#box{width:100%;height:100%;background:#ccc;margin: 0px auto;}
#ind{padding: 500px;margin:200px;}
</style>
</head>
<body>
<div id="box">
<div id="ind">
<form action="" method="post">
<input type="text" name="username" placeholder="請輸入應(yīng)戶名"><br>
<input type="password" name="pass" placeholder="請輸入密碼"><br>
<button>登錄</button>
</form>
</div>
</div>
</body>
</html>
添削の先生:滅絕師太添削時間:2018-12-26 17:43:43
先生のまとめ:完成的不錯,測試的比較全面!繼續(xù)保持奧!