width:200px;height:30px;指的是將內容的寬度設為200像素,高度設為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
指的是填充之內的內容的長度和寬度吧
2016-08-16
li指的是列表內容,其實最好辦法就是你把它復制粘貼進去檢驗就可以了
2016-08-16
整個啊應該,我個人認為