在HTML语言中,如果对文字的颜色进行修饰,应通过()A. font-family:"宋体"B. font-size: 10ptC. href=". . /color. html"D. color:" # EDFEDF"
在HTML语言中,如果对文字的颜色进行修饰,应通过()
A. font-family:"宋体"
B. font-size: 10pt
C. href=". . /color. html"
D. color:" # EDFEDF"
相关考题:
以下 CSS 语法正确使用字体列表的是:()。 AH1{font-family:宋体,黑体}。BH1{font-family宋体,黑体}。CH1{font-family:宋体 黑体}。DH1{font-family宋体,黑体}。
在HTML语言中,如果要对文字的字体进行修饰,应通过()。 A、font-family:“宋体“B、font-size:9ptC、color:#990000D、href=“/example1/2.html“
在HTML语言中,如果要对文字的字号进行修饰,则在代码段中会有()代码。 A、font-family:“宋体“B、font-size:9ptC、color:#990000D、href=“/example1/2.html“
在HTML语言中,如果要对文字的颜色进行修饰,则在代码段中会有()代码。 A、font-family:“宋体“B、font-size:9ptC、color:#990000D、href=“/example1/2.html“
5、下列样式定义字体为宋体、字体颜色为红色、斜体、大小20px、粗细800号,正确的定义是()。A.p {font-family:20px; font-size:宋体; font-weight:800; color: red; font-style:italic; }B.p {font-family:宋体;font-size:20px;font-weight:800;color:red; font-style:italic; }C.p {font-family:20px; font-size:800; font-weight:宋体; color:red; font-style:italic; }D.p{font-family:800; font-size:20px; font-weight:red; color:italic; font-style:宋体;}
下列样式定义字体为宋体、字体颜色为红色、斜体、大小20px、粗细800号,正确的定义是()。A.p {font-family:20px; font-size:宋体; font-weight:800; color: red; font-style:italic; }B.p {font-family:宋体;font-size:20px;font-weight:800;color:red; font-style:italic; }C.p {font-family:20px; font-size:800; font-weight:宋体; color:red; font-style:italic; }D.p{font-family:800; font-size:20px; font-weight:red; color:italic; font-style:宋体;}
16、下列样式定义字体为宋体、字体颜色为红色、斜体、大小20px、粗细800号,正确的定义是()。A.p {font-family:20px; font-size:宋体; font-weight:800; color: red; font-style:italic; }B.p {font-family:宋体;font-size:20px;font-weight:800;color:red; font-style:italic; }C.p {font-family:20px; font-size:800; font-weight:宋体; color:red; font-style:italic; }D.p{font-family:800; font-size:20px; font-weight:red; color:italic; font-style:宋体;}
以下CSS样式代码中描述正确的是()。 h1{color:red; font-family:宋体}A.此段代码是一个HTML选择器 B.选择器定义的样式内容是背景颜色为红色,字体为宋体C.{}部分的样式属性将作为h1元素的默认样式D.“red”和“宋体”都是值
以下CSS样式代码中描述正确的是()。 h1{color:red; font-family:宋体;}A.此段代码是一个HTML标记选择器B.{}部分的样式属性将作为h1元素的默认样式C.“red”和“宋体”都是属性值D.选择器定义的样式内容是背景颜色为红色,字体为宋体