91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Html登錄頁面的代碼怎么寫

發布時間:2022-04-27 15:52:57 來源:億速云 閱讀:4039 作者:iii 欄目:大數據

本篇內容介紹了“Html登錄頁面的代碼怎么寫”的有關知識,在實際案例的操作過程中,不少人都會遇到這樣的困境,接下來就讓小編帶領大家學習一下如何處理這些情況吧!希望大家仔細閱讀,能夠學有所成!

效果:

Html登錄頁面的代碼怎么寫

html源碼:

XML/HTML Code復制內容到剪貼板

  1. <!DOCTYPE html>  
    <html lang="en">  
    <head>  
        <meta charset="UTF-8">  
        <title>Login</title>  
        <link rel="stylesheet" type="text/css" href="Login.css"/>  
    </head>  
    <body>  
        <p id="login">  
            <h2>Login</h2>  
            <form method="post">  
                <input type="text" required="required" placeholder="用戶名" name="u"></input>  
                <input type="password" required="required" placeholder="密碼" name="p"></input>  
                <button class="but" type="submit">登錄</button>  
            </form>  
        </p>  
    </body>  
    </html>

css代碼:

CSS Code復制內容到剪貼板

  1. html{   
        width: 100%;   
        height: 100%;   
        overflow: hidden;   
        font-style: sans-serif;   
    }   
    body{   
        width: 100%;   
        height: 100%;   
        font-family: 'Open Sans',sans-serif;   
        margin: 0;   
        background-color: #4A374A;   
    }   
    #login{   
        position: absolute;   
        top: 50%;   
        left:50%;   
        margin: -150px 0 0 -150px;   
        width: 300px;   
        height: 300px;   
    }   
    #login h2{   
        color: #fff;   
        text-shadow:0 0 10px;   
        letter-spacing: 1px;   
        text-align: center;   
    }   
    h2{   
        font-size: 2em;   
        margin: 0.67em 0;   
    }   
    input{   
        width: 278px;   
        height: 18px;   
        margin-bottom: 10px;   
        outline: none;   
        padding: 10px;   
        font-size: 13px;   
        color: #fff;   
        text-shadow:1px 1px 1px;   
        border-top: 1px solid #312E3D;   
        border-left: 1px solid #312E3D;   
        border-right: 1px solid #312E3D;   
        border-bottom: 1px solid #56536A;   
        border-radius: 4px;   
        background-color: #2D2D3F;   
    }   
    .but{   
        width: 300px;   
        min-height: 20px;   
        display: block;   
        background-color: #4a77d4;   
        border: 1px solid #3762bc;   
        color: #fff;   
        padding: 9px 14px;   
        font-size: 15px;   
        line-height: normal;   
        border-radius: 5px;   
        margin: 0;   
    }

總結:

復制代碼

代碼如下:

<input type="text" required="required" **placeholder="用戶名"** name="u"></input> 
<input type="password" required="required" **placeholder="密碼"** name="p"></input>

placeholder="用戶名"的作用:占位符

Html登錄頁面的代碼怎么寫

“Html登錄頁面的代碼怎么寫”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識可以關注億速云網站,小編將為大家輸出更多高質量的實用文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

正蓝旗| 股票| 武平县| 卢湾区| 涿州市| 巨鹿县| 安仁县| 河东区| 旬邑县| 濮阳市| 河南省| 揭阳市| 沁水县| 营山县| 阿荣旗| 方城县| 谢通门县| 文昌市| 新和县| 密山市| 镇康县| 江油市| 合水县| 弥勒县| 万宁市| 获嘉县| 霍林郭勒市| 栖霞市| 江山市| 靖宇县| 花莲市| 大关县| 大庆市| 青海省| 南召县| 繁峙县| 炉霍县| 如皋市| 琼海市| 博野县| 呈贡县|