要想设置段落中文本的行高为2倍行距,用以下哪一项中的样式( )
A. color:red;
B. text-align:2em;
C. line-height:2em;
D. letter-spacing:2em;
查看答案
如果要设置p标签中的字体大小为加粗,正确的样式定义为()。
A. p(font-weight:bold;)
B. p{font-style:bold;}
C. p{font-weight:bold;}
D. p{font-size:27px;}
下列哪一项是首行缩进两个字的样式设置代码。
A. text-decoration:2em
B. text-indent:2em
C. text-align:2em
D. font-variant:5em
以下哪个标签不能放在head标签内( ).
A. html
B. title
C. style
D. meta
以下哪个标签不是标题标签( )
A. hr
B. h1
C. h2
D. h3