BlaBla.cn

CSS属性 - font-style 字体风格属性

说明

设定字体风格是斜体,正常,或是倾斜。

值:normal | italic | oblique | inherit

值的说明
normal缺省值。正常显示。
italic斜体显示。
oblique倾斜显示。

示例代码

p { font-style: normal; }

p { font-style: italic; }

p { font-style: oblique; }

继承

适用于

所有元素

 
作者或编者:布啦布啦   最近更新日期:2007-05-01
参考来源:www.BlaBla.cn 布啦布啦网页教程与代码

© 2005-2008 BlaBla.cn 版权所有