设置行高应该使用的属性是()
A. vertical-align
B. line-height
C. letter-spacing
D. height
在CSS中可以使用()来设置首行缩进2个字符。
A. 4个“”
B. text-indent:2em;
C. leter-spacing:2px;
D. text-indent:2px
下列属性值不属于vertical-align属性的值是()。
A. top
B. bottom
C. center
D. sub
font-style属性的默认值是()。
A. normal
B. italic
C. oblique
D. 以上都不是