日期:2014-05-17  浏览次数:20723 次

在html中,怎样才能设置文本的style属性
在html中,怎样才能设置文本的style属性???

------解决方案--------------------
style="color:blue;width:100px;"

 就是直接这样些吧、
------解决方案--------------------
还可以这样、加在页面头部。

<style> 
body{ 
font-size:9pt; 
color:#333333; 

</style>