第一周第一天练习作业

最终成果展示:

我的代码:

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

推荐阅读更多精彩内容

  • Android 自定义View的各种姿势1 Activity的显示之ViewRootImpl详解 Activity...
    passiontim阅读 173,812评论 25 709
  • 发现 关注 消息 iOS 第三方库、插件、知名博客总结 作者大灰狼的小绵羊哥哥关注 2017.06.26 09:4...
    肇东周阅读 12,262评论 4 61
  • 由于有了第一次在关于演讲的比赛中遭到淘汰的经历,在面对这惨淡的事实面前,我决心要学会演讲。 TED是一个开放的平台...
    生生如年阅读 379评论 0 0
  • 一转眼到了最后阶段了,今天主要归纳总结前两期内容,把知识点都融汇贯穿在加以实践。真有醍醐灌顶的感觉、原来做什么都找...
    敖玉墨阅读 99评论 0 0