跳到内容(1) Cob.com.cn

CodeCoke

CSS2.0中文手册·font-size

您的位置:首页>>教程>>CSS2.0中文手册>>font-size

font-size

版本:版本:CSS1 兼容性:IE4+ NS4+ 继承性:有

语法:

参数:

  1. absolute-size : 根据对象字体进行调节。xx-small | x-small | small | medium | large | x-large | xx-large
  2. relative-size : 相对于父对像中字体尺寸进行相对调节。使用成比例的em单位计算。larger | smaller
  3. length : 百分数 | 由浮点数字和单位标识符组成的长度值,不可为负值。其百分比取值是基于父对象中字体的尺寸。请参阅长度单位

说明:

示例:

p { font-style: normal; }

p { font-size: 12px; }

p { font-size: 20%; }