font-weight属性用于定义字体的粗细,()属性值定义的是粗体字符?
A: normal
B: bold
C: bolder
D: lighter
A: normal
B: bold
C: bolder
D: lighter
B
举一反三
- font-weight属性用于定义字体的粗细,()属性值定义标准的字符? A: normal B: bold C: bolder D: lighter
- font-weight属性用于定义字体的粗细,其可用属性值有哪些?
- font-style属性用于定义字体风格,如设置斜体、倾斜或正常字体,定义斜体的属性值为()。 A: normal B: oblique C: italic D: bolder
- 【多选题】在CSS中定义字体的粗细,以下书写正确的是() A. p{ font-weight:bold; } B. p{ font-weight: bolder; } C. p{ font-weight: "bolder"; } D. p{ font-weight:500; }
- font-style属性用于定义字体风格,()属性值用于定义字体斜体样式? A: normal B: italic C: oblique D: 无
内容
- 0
表示字体粗细的font-weight属性,属性值normal对应的数值为: A: 300 B: 400 C: 500 D: 600
- 1
设置文本加粗的CSS属性是(_____)。 A: font:b B: style:bold C: font:bold D: font-weight:bold
- 2
font-weight属性之中,用于粗体的属性值是
- 3
以下关于CSS设置字体的属性的描述中,错误的是: A: font-size:设置字体的尺寸。 B: font-style:设置字体样式,normal表示普通,bold表示粗体,italic表示斜体。 C: font-variant:设置小型大写字母的字体显示文本,也就是说,所有的小写字母均会被转换为大写,但是所有使用小型大写字体的字母与其余文本相比,其字体尺寸更小。可以取的值有:normal,默认值,指定显示一个标准的字体;small-caps,指定显示小型大写字母的字体;inherit,指定应该从父元素继承font-variant属性的值。 D: font-weight:设置字体重量,normal表示普通,bold表示粗体,bolder表示字体的边框,lighter表示较细。
- 4
Font-weight属性用来设置字体粗细,当取值为bold时,实现字体加粗。