美文网首页
1217班木马音箱积木week1-1

1217班木马音箱积木week1-1

作者: 木马音响积木 | 来源:发表于2016-11-29 20:38 被阅读0次

    一、效果

    week1.png

    我的所有代码,部分打字随意了。

     <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>Title</title>
        <link rel="stylesheet" href="homework.css" type="text/css">
    </head>
    <body>
        <div class="header">
            <img src="images/blah.png">
            <ul class="nav">
                <li><a href="#">Home</a> </li>
                <li><a href="#">Sitt</a> </li>
                <li><a href="#">Others</a> </li>
            </ul>
        </div>
        <div class="main-content">
            <h2>The Beach which I love</h2>
            <hr>
            <ul class="photos">
                <li>
                    <img src="images/0001.jpg" width="150" height="150" alt="PIC1">
                </li>
                <li>
                    <img src="images/0003.jpg" width="150" height="150" alt="PIC2">
                </li>
                <li>
                    <img src="images/0004.jpg" width="150" height="150" alt="PIC3">
                </li>
            </ul>
            <P>
                YOU can see the big stone!
            </P>
        </div>
        <div class="footer">
            <p>© jerrycoding1129</p>
        </div>
    </body>
    </html>  
    

    总结:因为以前接触过html ,所以,还算能跟上。

    相关文章

      网友评论

          本文标题:1217班木马音箱积木week1-1

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