老师,帮我看看是否书写正确?
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS布局</title>
<style type="text/css">
/*此处写代码*/
*{
margin:0;
padding:0;
}
.all{
width:900px;
}
dd{
float:left;
width:400px;
padding:20px;
}
dt{
margin-top:20px;
text-align:center;
font-size:20px;
font-weight:bolder;
}
.wz{
text-align:left;
font-size:17px;
font-weight:bold;
}
</style>
</head>
<body>
<!-- 此处写代码 -->
<div class="all">
<dl>
<dt>ENJOY THE LIFE</dt>
<dd>
<img src="http://img1.sycdn.imooc.com/climg//58f829090001a4b504260240.jpg"><br>
<div class="wz">
Life is like a book, just read more and more <br>
refined, more write more carefully.When read.<br>
mind open, all things have been indifferent to<br>
heart. Life is the percipitation.
</div>
</dd>
<dd>
<img src="http://img1.sycdn.imooc.com/climg//58f8290f0001558804260240.jpg"><br>
<div class="wz">
Life is like a cup of tea, let people lead a <br>
person to endless aftertastes. You again good<br>
taste, it will always have adifferent taste, <br>
different people will have different taste <br>
more.
</div>
</dd>
</dl>
</div>
</body>
</html>
正在回答 回答被采纳积分+1
- 参与学习 人
- 提交作业 11218 份
- 解答问题 36713 个
从一个不会编程的小白到一个老司机是需要过程的,首先得入门,学习基础知识,然后才能进阶,最后再到精通,本专题是你走进前端世界的不二选择!
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星