麻瓜编程·python实战·1-1作业:动手做网页

2016-08-08  本文已影响0人  bbjoe

第一天,感觉还不错。

这是成果

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>

我的感想:

上一篇 下一篇

猜你喜欢

热点阅读