婷婷久久综合九色综合,欧美成色婷婷在线观看视频,偷窥视频一区,欧美日本一道道一区二区

<tt id="bu9ss"></tt>
  • <span id="bu9ss"></span>
  • <pre id="bu9ss"><tt id="bu9ss"></tt></pre>
    <label id="bu9ss"></label>

    當(dāng)前位置:首頁(yè) >  站長(zhǎng) >  編程技術(shù) >  正文

    HTML用戶注冊(cè)頁(yè)面設(shè)置源碼

     2020-11-30 13:45  來源: 腳本之家   我來投稿 撤稿糾錯(cuò)

      阿里云優(yōu)惠券 先領(lǐng)券再下單

    這篇文章主要介紹了HTML用戶注冊(cè)頁(yè)面設(shè)置源碼,代碼簡(jiǎn)單易懂,對(duì)大家的學(xué)習(xí)或工作具有一定的參考借鑒價(jià)值,需要的朋友可以參考下

    設(shè)計(jì)上圖中的網(wǎng)頁(yè):

    <!DOCTYPE html>
    <html lang="en">

    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Document</title>

        <style>

                form{
                    width: 800px;
                    height: 700px;
                    border: 1px solid red;
                    margin: auto;
                    background: url(images/tree.jpg) no-repeat -40px 300px;
                }

                form h3{
                    margin-left: 200px;
                }

                p{
                    margin-left: 200px;
                }

                hr{
                    margin-left: 200px;
                }

                 .a1{
                     margin-left: 85px;
                 }

                 .a2{
                    margin-left: 110px;
                }


                input,
                textarea
                {
                background: url(images/attention.png) no-repeat right;
                }

                button{
                    margin-left: 200px;
                    background: rgb(81, 187, 125);
                    color: white;
                }

                span#as:hover input{
                    width: 300px;
                    height: 40px;
                }

              
        </style>

    </head>

    <body>
           

            <form action="">
                <h3>用戶注冊(cè):</h3>

                <hr>
               
                <p>用戶昵稱:<span class="a1" id="as"><input type="text" required placeholder autofocus></span> <hr></p>

                <p>注冊(cè)郵箱:<span class="a1" id="as"><input type="email" required placeholder="javin@example.com"></span><hr></p>

                <p>密碼: <span class="a2" id="as"><input type="password" required placeholder></span><hr></p>

                <p>性別:<span class="a2">男<input type="radio" name="1" checked>
                    女 <input type="radio" name="1"> </span><hr>
                 </p>

                 <p>年齡:<span class="a2" id="as"><input type="number" name="number1" required placeholder></span><hr></p>

                 <p>興趣愛好:<span class="a1">
                    足球<input type="checkbox" name="1">
                    籃球<input type="checkbox" name="1">
                    游泳<input type="checkbox" name="1">
                    唱歌<input type="checkbox" name="1">
                    跑步<input type="checkbox" name="1">
                    瑜伽<input type="checkbox" name="1">
                 </span><hr></p>

                <p>自我介紹: <span class="a1"><textarea name="abcde" cols="30" rows="10" required placeholder>Please enter your message</textarea></span><hr> </p>

                <button type=submit>立即注冊(cè)</button>

                
                <div></div>

     

            </form>

    </body>

    </html>

    到此這篇關(guān)于HTML用戶注冊(cè)頁(yè)面設(shè)置源碼的文章就介紹到這了,更多相關(guān)html用戶注冊(cè)頁(yè)面內(nèi)容請(qǐng)搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持腳本之家!

    來源:腳本之家

    鏈接:https://www.jb51.net/web/748567.html

    申請(qǐng)創(chuàng)業(yè)報(bào)道,分享創(chuàng)業(yè)好點(diǎn)子。點(diǎn)擊此處,共同探討創(chuàng)業(yè)新機(jī)遇!

    相關(guān)文章

    熱門排行

    信息推薦