麻瓜編程·python實戰·1-1作業:動手做網頁

第一天,感覺還不錯。

這是成果

my_first_website

這是代碼

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>The blah</title>
    <link rel="stylesheet" text="text/css" href="homework.css">
</head>
<body>
    <div class="header">
        [站外圖片上傳中……(2)]
        <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>The Beach</h2>
        <hr />
        <ul class="photos">
            <li>
                [站外圖片上傳中……(3)]
            </li>
            <li>
                [站外圖片上傳中……(4)]
            </li>
            <li>
                [站外圖片上傳中……(5)]
            </li>
        </ul>
        <p>
                One of the most beautiful and best island countries in the world is the Philippines. It’s actually a geographically gorgeous place worth vising any time of the year. The Philippines contain over 7,000 islands, and all of them are beautiful and unique in their own way. There are many wonderful tourist attractions including the Tubbataha Reef, Mayon Volcano, Banaue Rice Terraces, Puerto Galera, Donsol, the Chocolate Hills and many more. The country also offers plenty of interesting activities for you to experience, such as diving, climbing, camping, hiking, bird watching and many others.
        </p>
    </div>
    <div class="footer">
        <p>&copy;JD coding</p>
    </div>
</body>
</html>

我的感想:

  • 初步體驗了利用現成的css和圖片文件創建網站(以后做簡單的網頁可以利用哈哈哈)
  • 有種蛋蛋的成就感,非常樂意繼續學習下去
  • 如果要學習建網站,起碼要把html、css過一遍吧,啊,想到就顫抖。
最后編輯于
?著作權歸作者所有,轉載或內容合作請聯系作者
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發布,文章內容僅代表作者本人觀點,簡書系信息發布平臺,僅提供信息存儲服務。

推薦閱讀更多精彩內容