美文网首页
第一周第一天练习作业

第一周第一天练习作业

作者: tianxia339 | 来源:发表于2017-02-25 21:36 被阅读0次

最终成果展示:

我的代码:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>The blan</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>The Beach</h2>
        <hr>
        <ul class="photos">
            <li>![](images/0001.jpg)</li>
            <li>![](images/0002.jpg)</li>
            <li>![](images/0003.jpg)</li>
        </ul>
        <p> <!--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>©mugglecoding</p>
    </div>

</body>
</html>

总结:

  • 从新熟悉html编写,html编写就是在写页面的框架,css就是装饰页面。

相关文章

  • 106.今天开始练习v大预科作业3.0

    今天晚上开始练习V大预科作业3.0,先在微信里面把资料包下载下来。 今天是练第一周第一天作业,单线条20个,组合线...

  • 我的喜马拉雅主播之路(连载)2020-10-31

    紧张而又刺激的攀登计划6.0开学了,第一周的作业是“对象感”练习。 【作业内容】 运用话筒,演播练习文...

  • python学习之旅-第一周 实战作业

    第一周实战作业学习python的第一周 5.19号完成练习实战作业 爬去58同城平板电脑列表里的卖家信息 目标:...

  • 2020年3月9日-3月15日第一周写作作业讲评

    第一周的写作作业是教材第二单元的段落写作练习。练习的题目是:Some people say that playin...

  • 身体的觉知练习1

    非暴力沟通答疑课第一周第一天 类似瑜伽冥想的练习,要求15~20分钟 练习情况: 1. 睡前练习,一练就着 2. ...

  • 镜子练习第7天

    【镜子练习第 7 天】 主题爱自己:回看第一周 1. 拿出日志,翻到你第一天做的镜子练习。 2. 读一读你做完第一...

  • 菲+杨守平班+第一周第3次作业

    菲+杨守平班+第一周第3次作业 一阶段·片段三】 如何进行刻意练习 选自《哪来的天才——练习中的平凡与伟大》 R·...

  • 易效能PPT13期问题答疑汇总@学委月君

    作业类: 1.APP进不去打不开? 2.PPT锦囊在哪里? 3.PPT锦囊的练习文件在哪里? 4.第一周作业锦囊1...

  • 2020-09-13

    开学第一周 生活规律,作息规律。很棒!!! 装书包需要再反复练习。 数学第一单元 比多少——作业总结—— 不丢题,...

  • 第一周第一天练习作业

    最终成果展示: 我的代码: 总结: 从新熟悉html编写,html编写就是在写页面的框架,css就是装饰页面。

网友评论

      本文标题:第一周第一天练习作业

      本文链接:https://www.haomeiwen.com/subject/fspnwttx.html