亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

練習登錄框,加油加油

原創(chuàng) 2019-06-23 20:56:13 173
摘要:<!DOCTYPE html><html><head> <meta charset="utf-8"> <title>lesson2練習登錄框</title> <style type="text/css"> * {margin: 0px; padding: 0px;}.Log

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>lesson2練習登錄框</title>

<style type="text/css">

* {margin: 0px; padding: 0px;}

.Loginbox {width: 200px; height: 200px; background-color: #ccc; margin: 0px auto;}

input{width: 180px; height: 30px; margin: 20px 10px 0px 10px; border: none; }

button{width: 180px; height: 30px; margin: 20px 10px 0px 10px ;border:none; background-color: #1c86ee; color: #fff; margin-bottom: 20px;}


</style>

</head>

<body>

    <div class="Loginbox">

    <form method="post" action="#">

    <input type="text" name="username" placeholder="請輸入用戶名"><br>

    <input type="password" name="password" placeholder="請輸入密碼"><br>

            <button>登錄</button><br>

            <a href="#">注冊</a>

            <a href="#">直接登錄</a>

    </form>

    </div>

</body>

</html>


批改老師:天蓬老師批改時間:2019-06-24 10:28:40
老師總結:表單元素之間用<br>換行, 大多用在臨時的案例演示中, 推薦用<div>或者 <p>來代替

發(fā)布手記

熱門詞條