第十四次作业

Posted 037吴宜珊

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第十四次作业相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>img</title>
    <link rel="stylesheet" type="text/css" href="c2.css">
</head>
<body>
<div class="recommend">

    <div class="img">
        <a href="http://www.gzcc.cn"><img src="http://www.gzcc.cn/2016/images/yhdh/06.jpg"></a>
        <div class="desc"><a href="http://www.gzcc.cn">学校文化</a></div>
    </div>
    <div class="img">
        <a href="http://www.gzcc.cn"><img src="http://www.gzcc.cn/2016/images/yhdh/07.jpg"></a>
        <div class="desc"><a href="http://www.gzcc.cn">全景校园</a></div>
    </div>
       <div class="img">
        <a href="http://www.gzcc.cn"><img src="http://www.gzcc.cn/2016/images/yhdh/05.jpg"></a>
        <div class="desc"><a href="http://www.gzcc.cn">校园风光</a></div>
    </div>

</div>
</body>
</html>
img {
    width: 300px;
}

div.img {
    border: 1px solid #ccc;
    width: 180px;
    float: left;
    margin: 5px;
}

div.img img {
    width: 100%;
    height: auto;
}
div.desc{
    text-align: center;
    padding: 5px;
}
div.clearfloat{
    clear: both;
}

 

以上是关于第十四次作业的主要内容,如果未能解决你的问题,请参考以下文章

201621123042《java程序设计》第十四次作业

第十四次作业

第十四次作业

第十四次作业

第十四次作业

第十四次上机作业