下列选项中属于font-weight属性的默认值()。
A. normal
B. bold
C. border
D. lighter
查看答案
下列可以去掉文本超链接的下划线的是()。
A. a{text-decoration:no underline;}
B. a{underline:none;}
C. a{underline:false;}
D. a{text-decoration:none;}
下列属性中属于CSS行高属性的是()。
A. font-size
B. text-transform
C. text-align
D. line-height
下列CSS属性中能够更改字体大小的是()。
A. text-size
B. font-size
C. text-style
D. font-style
下列选项中能够设置盒模型的外边距:左右为15px、上下为20px的是()。
A. padding:15px 20px
B. margin:20px 15px
C. margin:15px 20px
D. margin:18px