字体加粗属性
<style type="text/css"> .类名{ font-weight: 700;//加粗 font-weight: 400;//正常 } </style>字体加粗标签
<b> <p>我是字体加粗b标签</p> </b> <strong> <p>我是字体加粗strong标签</p> </strong>
版权声明:本文为lovexiuwei原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
<style type="text/css">
.类名{
font-weight: 700;//加粗
font-weight: 400;//正常
}
</style><b>
<p>我是字体加粗b标签</p>
</b>
<strong>
<p>我是字体加粗strong标签</p>
</strong>