(网站)关于字体样式说法错误的有?()
A: font-family用于设置字体
B: font-weight:600;设置加粗字体
C: font-style:normal;设置倾斜字体
D: font-weight:normal;设置取消字体加粗样式
A: font-family用于设置字体
B: font-weight:600;设置加粗字体
C: font-style:normal;设置倾斜字体
D: font-weight:normal;设置取消字体加粗样式
举一反三
- font属性用于对字体样式进行综合设置,其中必须属性是()。 A: font-style B: font-family C: font-variant D: font-weight E: font-size
- 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 B: font-family C: font-size D: font-style
- CSS中字体的复合属性书写格式和顺序正确的是( )。 A: ody{font:font-weight font-style font-size/line-height font-family} B: ody{font: font-weight font-size/line-heightfont-style font-family} C: ody{font-style font-weight font-size/line-height font-family} D: ody{font:font-style font-weight font-size/line-height font-family}
- 在CSS文件中,设置字体变体的是哪个属性? A: font-weight B: font C: font-style D: font-variant