width:200px;height:30px;指的是將內(nèi)容的寬度設(shè)為200像素,高度設(shè)為30像素嗎?而不是盒子的寬度和高度?
<style type="text/css">
li{
? ? border:1px dotted #ccc;
? ? width:200px;
? ? height:30px;? ?
}
</style>
<style type="text/css">
li{
? ? border:1px dotted #ccc;
? ? width:200px;
? ? height:30px;? ?
}
</style>
2016-08-16
舉報
2016-08-16
盒子的寬度和高度
2016-08-16
指的是填充之內(nèi)的內(nèi)容的長度和寬度吧
2016-08-16
li指的是列表內(nèi)容,其實最好辦法就是你把它復(fù)制粘貼進(jìn)去檢驗就可以了
2016-08-16
整個啊應(yīng)該,我個人認(rèn)為