在Java开发中,CSS的()属性可控制文本的尺寸。
A: font-style
B: text-indent
C: font-family
D: font-size
A: font-style
B: text-indent
C: font-family
D: font-size
举一反三
- 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 B: font-family C: font-size D: font-style
- 在Html开发中,CSS的()属性可控制文本的尺寸。 A: font-style B: text-indent C: font-family D: font-size
- 在CSS文件中,什么属性设置字号? A: font-size B: size C: font-style D: font
- 若要以加粗宋体、12号字显示“vbscript”以下用法中,正确的是() A: <;b>;<;font style='font-size:12px'>;vbscript<;/b>;<;/font>; B: <;b>;<;font face=”宋体” style='font-size:12px'>;vbscript<;/font>;<;/b>; C: <;b>;<;font size=“宋体”style='font-size:12px'>;vbscript<;/b>;<;/font>; D: <;b>;<;font size=“宋体” fontstyle='font-size:12px'>;vbscript<;/b>;<;/font>;