Python实践计划每一周第一节作业:做一个网页

按照第一周第一节课课程安排做了一个网页,网页效果如下:

我的代码如下:

<!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">
    <img src="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>
    <ul class="photos">
        <li><img src="images/0001.jpg" width="150px" height="150px"></li>
        <li><img src="images/0002.jpg" width="150px" height="150px"></li>
        <li><img src="images/0003.jpg" width="150px" height="150px"></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 Zing</p>
</div>
</body>
</html>

总结:

  • 一个完整的网页有三部分构成html css 和Javascript 爬虫主要对html和css抓取就可以了
  • 主要用到的标签有:<p> <ul> <li> <div> <img> <hr> <h2>
  • 网页的框架都是由<div>构建大框架,再用对应的功能标签嵌套。
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • Android 自定义View的各种姿势1 Activity的显示之ViewRootImpl详解 Activity...
    passiontim阅读 175,839评论 25 709
  • 在线阅读 http://interview.poetries.top[http://interview.poetr...
    前端进阶之旅阅读 115,179评论 24 450
  • 亲爱的Jelly,忍不住想要给你写一篇文,送给越来越成熟美丽的你~(笑cry)一直很喜欢你,越来越喜欢你,也想在未...
    jjjjjjjelly阅读 4,132评论 4 7
  • 所爱隔山海, 山海不可平。 人游山处水, 偏偏江与湖。
    每一条入了阅读 1,332评论 1 1
  • 服务器集群搭建、管理与快速部署四台ubuntu虚拟机搭建集群服务器。什么叫服务器集群?服务器集群就是指将很多服务器...
    变得简单阅读 2,498评论 0 0