字体的大小和颜色
例如:
<html>
<head>
<title>字体的大小和颜色</title>
</head>
<body>
<!--设置字体大小是必须在font标签中 才能有效-->
<h1 align=center><font color="green" face="宋体" size="10"> 标题</font><i>1</i></h1>
<h1 align=center><font>0000</font></h1>
</body>
</html>