font-style版本:CSS1  兼容性:IE4+ NS4+ 继承性:有
 语法:
 font-style : normal |
 italic |
 oblique 
 参数:
  normal : 正常的字体
italic  : 斜体。对于没有斜体变量的特殊字体,将应用oblique
 oblique : 倾斜的字体
 
说明:
 设置或检索对象中的字体样式。
对应的脚本特性为
fontStyle。请参阅我编写的其他书目。
 
示例:
 p { font-style: normal; } 
p { font-style: italic; } 
p { font-style: oblique; } 
 
请您用下面的按钮选择这段文字的font-style属性的值。看一看会发生什么,然后您就会明白这个属性的意义。希望您喜欢这本电子书。谢谢。
 
 
   
苏沈小雨制作·保留所有权利
©2001 rain1977.comer . All rights reserved . Terms of Use .