国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 編程 > HTML > 正文

Html完成一個(gè)簡(jiǎn)單的登錄頁(yè)面

2020-03-24 18:15:47
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
這篇文章主要為大家詳細(xì)介紹了Html制作簡(jiǎn)單而漂亮的登錄頁(yè)面具體代碼,具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下

先來(lái)看看樣子。

html源碼:


XML/HTML Code復(fù)制內(nèi)容到剪貼板

<!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">          <h1>Login</h1>          <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復(fù)制內(nèi)容到剪貼板

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 h1{       color: #fff;       text-shadow:0 0 10px;       letter-spacing: 1px;       text-align: center;   }   h1{       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;   }

總結(jié):

代碼如下:

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

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

【相關(guān)推薦】

1. Html免費(fèi)視頻教程

2. 詳解前端開(kāi)發(fā)常用的HTML標(biāo)簽

3. 通過(guò)marquee標(biāo)簽完成滾動(dòng)效果的純html代碼

4. html利用Mailto實(shí)現(xiàn)郵件發(fā)送功能的實(shí)例詳解

5. 瀏覽器加載和渲染html的順序

以上就是Html完成一個(gè)簡(jiǎn)單的登錄頁(yè)面的詳細(xì)內(nèi)容,更多請(qǐng)關(guān)注 其它相關(guān)文章!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 沙田区| 兰州市| 安顺市| 鹤峰县| 邮箱| 韶山市| 龙门县| 万州区| 迁安市| 延长县| 左权县| 陆良县| 玉田县| 青州市| 女性| 云南省| 莒南县| 阳城县| 建平县| 聊城市| 岳普湖县| 蕉岭县| 根河市| 横山县| 岐山县| 乐亭县| 栾川县| 平远县| 温州市| 枞阳县| 江陵县| 富锦市| 扎兰屯市| 临沭县| 巫山县| 轮台县| 溧水县| 遂溪县| 县级市| 承德市| 荃湾区|