html的样式例子,改变文本字体,大小

<html>
<body style="background-color:PowderBlue;">        改变文本背景颜色


<h1>Look! Styles and colors</h1>


<p style="font-family:verdana;color:red">      改变文本的字体及颜色
This text is in Verdana and red</p>


<p style="font-family:times;color:green">        同上
This text is in Times and green</p>

 
<p style="font-size:30px">This text is 30 pixels high</p>       改变字体的大小


</body>
</html>

猜你喜欢

转载自blog.csdn.net/wpn1lgl/article/details/78658386
今日推荐