Python实战作业1-1:做一个网页

网页效果:

Snip20170519_1.png

代码:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>第一次作业</title>
    <link rel="stylesheet" typc="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>The Beach</h2>
        <hr>
        <li>
            <img src = "images/0001.jpg" width="150" height="150">
            <img src = "images/0002.jpg" width="150" height="150">
            <img src = "images/0003.jpg" width="150" height="150">
            </li>
        <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>

参考资料:

html资料: http://www.w3school.com.cn/tags/tag_img.asp

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 作为一个前端程序猿,下面这些站会让你眼前一亮。 amazeui框架组建丰富 http://amazeui.org...
    欧巴冰冰阅读 8,914评论 18 303
  • 亲爱的,你的一张群里分享的家庭成员照片,让我一个下午很伤感。 你的分享,正好是我的伤感。 为啥你的基因突变那么离谱...
    闻香拾女人阅读 231评论 0 0
  • 缘为冰. 我将冰拥在怀里,冰化了,我才发现缘没了. 一切皆为虚幻. 我信缘,不信佛道,缘信佛,不信我. 缘分哪是什...
    缘为BING阅读 715评论 0 2
  • 在eclipse>Preferences>java>Content Assist中 如图部分默认只有【.】,这就是...
    27b0bd2612de阅读 358评论 0 0