CSS样式用来控制文字的属性是?
A: font-family
B: color
C: font-size
D: font-weight
A: font-family
B: color
C: font-size
D: font-weight
举一反三
- 下列属性中,能够控制元素字体的属性是 A: font -weight B: font -family C: font -size D: font-type
- CSS样式用来控制文字的属性是? A: font-family B: color C: font-size D: font-weight
- font属性用于对字体样式进行综合设置,格式如下: 选择器{font:font-stylefont-weightfont-size/line-heightfont-family;} 其中,不需要设置的属性可以省略(取默认值),但必须保留()属性,否则font属性将不起作用。 A: font-size和font-family B: font-style和font-family C: font-weight和font-size D: font-weight和font-family
- 使用CSS仅设置网页中的文字的字体大小应使用以下哪个属性( ) A: font-size B: color C: font D: font-family
- font属性用于对字体样式进行综合设置,其中必须属性是()。 A: font-style B: font-family C: font-variant D: font-weight E: font-size