题目内容

CSS的注释标记是以下哪个选项()

A. //注释内容
B. /* 注释内容 */
C.
D. 《注释内容》

查看答案
更多问题

‍外部样式表文件由以下哪个标签导入()

A. link
B. import
C. style
D. meta

下列哪个css属性可以更改样式表的字体颜色()

A. text-color=
B. fgcolor:
C. bg-color:
D. color:

以下声明中,可以取消加粗样式的有()

A. font-weight:bolder;
B. font-weight:bold;
C. font-weight: normal;
D. font-weight:600;

要将文本字体设置为“Times New Roman”和“Arial”语法格式正确的是()

A. font-family: Times New Roman, Arial;
B. font-family: “Times New Roman”, “Arial”;
C. font-family: “Times New Roman”, Arial;
D. “font-family: Times New Roman” Arial;

答案查题题库