美文网首页
网页作业1(编程题)

网页作业1(编程题)

作者: 浅夏若凉 | 来源:发表于2017-01-16 00:06 被阅读0次

    2017.01.15

    插入背景图片代码


    我只用了其中一种方法

    在<head></head>之间链接css样式表

    <link href="../css/baidu.css" rel="stylesheet" type="text/css"/>

    在html中

    <body>

    <div id="div1"></div>

    <div id="div2"></div>

    <div id="div3"></div>

    <div id"=div4"></div>

    <div id="div5"></div>

    <div id="div6"></div>

    <div id="div7"></div>

    </body>

    在css样式表中

    #div1,#div2,#div3,#div4,#div5,#div6,#div7{

    margin-left:50px;

    width:150px;

    height:100px;

    }

    #div1{background-image:url(../image/1.jpg);}

    #div2{background-image:url(../image/2.jpg);}

    一共七张图片,以此类推

    效果图

    百度云链接:链接: https://pan.baidu.com/s/1boO930V 

    密码:uxhg


    相关文章

      网友评论

          本文标题:网页作业1(编程题)

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