BlaBla.cn 网页教程与代码的中文站点
最近更新日期:2007-04-30 作者:布啦布啦 参考来源:www.BlaBla.cn 布啦布啦网页教程与代码
网站首页
>
CSS 教程与实例代码
>
CSS 代码实例
>
CSS 字体属性实例
> 字体浓淡属性(font-weight)
编辑文本后点击显示结果
Blabla.cn
<html> <head> <title>字体浓淡属性 font-weight</title> </head> <body> <p>这段文字没有设浓淡属性。<p> <p style = "font-weight:bold">这段文字字体的浓淡属性(font-weight)值是bold。<p> <p style = "font-weight:lighter">这段文字字体的浓淡属性(font-weight)值是lighter。<p> <p style = "font-weight:200">这段文字字体的浓淡属性值(font-weight)是200。<p> <p style = "font-weight:800">这段文字字体的浓淡属性值(font-weight)是800。<p> </body> </html>
© 2005-2008 BlaBla.cn 版权所有