A-A+

以下代码片断中 属于绝对定位的是()。A #box{width:100px;height:5

2022-08-14 09:20:13 问答库 阅读 202 次

问题详情

以下代码片断中,属于绝对定位的是()。
A、#box{width:100px;height:50px;position:absolute;}
B、#box{width:100px;height:50px;position:static;}
C、#box{width:100px;height:50px;position:relative;}
D、#box{width:100px;height:50px;}

参考答案

参考答案:A

考点:片断,代码