溫馨提示×

溫馨提示×

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

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

HTML仿寫百度首頁的示例代碼

發(fā)布時間:2021-02-24 10:43:06 來源:億速云 閱讀:519 作者:清風 欄目:web開發(fā)

這篇文章主要為大家展示了HTML仿寫百度首頁的示例代碼,內(nèi)容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶大家一起來研究并學習一下“HTML仿寫百度首頁的示例代碼”這篇文章吧。

html是什么

html的全稱為超文本標記語言,它是一種標記語言,包含了一系列標簽.通過這些標簽可以將網(wǎng)絡(luò)上的文檔格式統(tǒng)一,使分散的Internet資源連接為一個邏輯整體,html文本是由html命令組成的描述性文本,html命令可以說明文字,圖形、動畫、聲音、表格、鏈接等,主要和css+js配合使用并構(gòu)建優(yōu)雅的前端網(wǎng)頁。

HTML仿寫百度首頁的示例代碼

<!DOCTYPE html>
<html>

    <head>
        <meta charset="UTF-8">
        <title></title>
        <style>
            a {
                color: black;
            }
            
            #header {
                text-align: right;
                height: 38px;
                line-height: 38px;
            }
            
            #content {
                text-align: center;
            }
            
            .content-top img {
                width: 270px;
            }
            
            .btn {
                width: 700px;
                height: 38px;
                margin: 10px auto 30px;
            }
            
            .btn input {
                width: 550px;
                height: 38px;
                border: 1px solid #dddddd;
                font-size: 15px;
            }
            
            .btn a {
                background-color: #3385ff;
                width: 100px;
                height: 38px;
                float: right;
                text-align: center;
                line-height: 38px;
                color: white;
                text-decoration: none;
            }
            
            #footer {
                margin-top: 100px;
            }
            
            .erwei,
            .footer-t,
            .footer-btn {
                text-align: center;
            }
            
            .erwei p {
                font-weight: bold;
            }
        </style>
    </head>

    <body>
        <div id="header">

            <a href="###" target="_blank">新聞</a>
            <a href="###" target="_blank">hao123</a>
            <a href="###" target="_blank">地圖</a>
            <a href="###" target="_blank">視頻</a>
            <a href="###" target="_blank">貼吧</a>
            <a href="#" class="no-weight">登錄</a>
            <a href="#" class="no-weight">設(shè)置</a>

        </div>
        <div id="content">
            <div class="top">
                <!--src:資源的縮寫;alt:如果網(wǎng)速圖片顯示不出來,就顯示文字-->
                <img src="https://cache.yisu.com/upload/information/20200318/90/8774.jpg">
            </div>
            <div class="btn">
                <!--type:定義單行輸入的文字;href:鏈接URL-->
                <input type="text">
                <a href="###">百度一下</a>
            </div>
        </div>

        <div id="footer">
            <div class="erwei">
                <img src="https://cache.yisu.com/upload/information/20200318/90/8775.jpg" />
                <p>百度</p>
            </div>
            <div class="footer-t">
                <a href="###" target="_blank">把百度設(shè)為主頁</a>
                <a href="###" target="_blank">關(guān)于百度</a>
                <a href="###" target="_blank">About Baidu</a>
                <a href="###" target="_blank">百度推廣</a>
            </div>
            <div class="footer-btn">
                ?2018 Baidu
                <a href="###">使用百度前必讀</a>&nbsp;
                <a href="###">意見反饋</a> 京ICP證030173號
                <img src="img/1.PNG">&nbsp;&nbsp;
                <a href="###">京公網(wǎng)安備11000002000001號<img src="img/2.PNG" /></a>
            </div>
        </div>
    </body>

</html>

以上就是關(guān)于“HTML仿寫百度首頁的示例代碼”的內(nèi)容,如果改文章對你有所幫助并覺得寫得不錯,勞請分享給你的好友一起學習新知識,若想了解更多相關(guān)知識內(nèi)容,請多多關(guān)注億速云行業(yè)資訊頻道。

向AI問一下細節(jié)

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

AI