下面哪个CSS样式属性不属于文本样式?
A: font-size
B: font-weight
C: width
D: color
A: font-size
B: font-weight
C: width
D: color
C
举一反三
- 下面可以更改文字大小的CSS样式属性是(<br/>)。 A: text B: text-size C: font D: font-size
- 下列哪个css属性能够设置文本加粗()。 A: font-weight:bold B: style:bold C: font:b D: font=bold
- 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:bold B: sytle:bold C: font:b D: font=
- CSS样式用来控制文字的属性是? A: font-family B: color C: font-size D: font-weight
内容
- 0
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
- 1
font属性用于对字体样式进行综合设置,其中必须属性是()。 A: font-style B: font-family C: font-variant D: font-weight E: font-size
- 2
设置文本加粗的CSS属性是(_____)。 A: font:b B: style:bold C: font:bold D: font-weight:bold
- 3
使用CSS样式定义文本大小,需要设置文本属性() A: font-name B: font-size C: font-weight D: font-style
- 4
下面哪个属性是用来定义CSS内联样式的____。( ) A: font B: class C: styles D: style