要将一条CSS规则优先级提到最高,只需在规则后加上:
A. !super
B. !admin
C. !max
D. !important
查看答案
要去掉li中的项目符号,需要将_________属性设为_________
A. font-style, none
B. list-style, none
C. text-decoration, none
D. border-style, none
要将a标签的下划线去掉,需要将其_________属性设为_________。
A. font-style, none
B. list-style, none
C. text-decoration, none
D. border-style, none
要将一个块元素在其父箱子中水平居中显示,做法是:
A. 设置上下padding为auto
B. 设置左右padding为auto
C. 设置上下margin为auto
D. 设置左右margin为auto
在使用CSS格式化table时,以下描述不正确的是:
A. table、tr、td均可以设置宽度
B. table、tr、td均可以设置高度
C. table、td均可以设置边框
D. table、tr均可以设置背景色