样式表定义 .outer {background-color:red} 表示()。

2023-06-10

样式表定义 .outer {background-color:red} 表示()。

A.网页中某一个id为outer的元素的背景色是红色的

B.网页中含有class=”outer” 元素的背景色是红色的

C.网页中元素名为outer元素的背景色是红色的

D.以上任意一个都可以



参考答案:

网页中含有class=”outer” 元素的背景色是红色的