Python實(shí)戰(zhàn)筆記第一課:做一個(gè)網(wǎng)頁(yè)

Python實(shí)戰(zhàn)第一課,網(wǎng)頁(yè)的制作,利用現(xiàn)有的素材和css模板做出來(lái)的網(wǎng)頁(yè),效果如下:
QQ圖片20170208211542.png

代碼如下:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>The blah</title>
    <link rel="stylesheet" type="text/css" href="homework.css">
</head>
<body>
    <div class="header">
        ![](images/blah.png)
        <ul class="nav">
            <li><a href="#">Home</a></li>
            <li><a href="#">Site</a></li>
            <li><a href="#">Other</a></li>
        </ul>
    </div>
    <div class="main-content">
        <h2>Article</h2>
        <ul class="photos">
            <li>
                ![](images/0001.jpg)
            </li>
            <li>
                ![](images/0002.jpg)
            </li>
            <li>
                ![](images/0003.jpg)
            </li>
            <li>
                ![](images/0004.jpg)
            </li>

        </ul>
        <p>
             stretching from Solta to Mljet, and this unique cycling trip captures the highlights with an ideal
            balance of activity, culture and relaxation. Experience the beautiful island of Korcula with its picturesque old town,
            the untouched beauty of Vis, and trendy Hvar with its Venetian architecture. In the company of a cycling guide,
            this stimulating journey explores towns and landscapes, many of which are on UNESCO's world heritage list.
            Aboard the comfortably appointed wooden motor yacht,
            there is ample time between cycles to swim in the azure waters and soak up the ambience of seaside towns.
        </p>
    </div>
    <div class="footer">
         <p>
          &copy;Mugglecoding
         </p>
    </div>
</body>
</html>

總結(jié)
1、基本類(lèi)型的標(biāo)簽使用方法基本已經(jīng)了解,以前有一些網(wǎng)頁(yè)設(shè)計(jì)的了解
2、網(wǎng)頁(yè)當(dāng)中分為,結(jié)構(gòu),樣式和功能,很好理解
3、靜態(tài)網(wǎng)頁(yè)的標(biāo)簽都是相內(nèi)嵌的結(jié)構(gòu),劃分區(qū)域以后,在區(qū)域內(nèi)部做一些結(jié)構(gòu)劃分和css樣式的套用,css樣式和Android的Layout差不多

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書(shū)系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • 問(wèn)答題47 /72 常見(jiàn)瀏覽器兼容性問(wèn)題與解決方案? 參考答案 (1)瀏覽器兼容問(wèn)題一:不同瀏覽器的標(biāo)簽?zāi)J(rèn)的外補(bǔ)...
    _Yfling閱讀 14,125評(píng)論 1 92
  • Android 自定義View的各種姿勢(shì)1 Activity的顯示之ViewRootImpl詳解 Activity...
    passiontim閱讀 179,001評(píng)論 25 709
  • 轉(zhuǎn)載請(qǐng)聲明 原文鏈接地址 關(guān)注公眾號(hào)獲取更多資訊 第一部分 HTML 第一章 職業(yè)規(guī)劃和前景 職業(yè)方向規(guī)劃定位...
    前端進(jìn)階之旅閱讀 16,874評(píng)論 32 459
  • 導(dǎo)讀:職場(chǎng)銷(xiāo)售如同下棋一樣,要靈活機(jī)動(dòng)。銷(xiāo)售員可以參考自身對(duì)于產(chǎn)品或服務(wù)時(shí)的購(gòu)買(mǎi)心理,同樣客戶購(gòu)買(mǎi)產(chǎn)品都會(huì)或前或后...
    晴宇家閱讀 810評(píng)論 0 0
  • 去社區(qū)看望孤寡老人,幾乎所有老人都在抱怨子女的不孝。他們執(zhí)著于“子女應(yīng)該孝順”這樣的觀念,除了加深自己的痛苦,直...
    心靈的觀察者閱讀 185評(píng)論 0 0

友情鏈接更多精彩內(nèi)容