案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<body>
3
4
<p><font color="red">This is some text!</font></p>
5
6
<p>在 HTML 4.01 中,不赞成 color 属性;在 XHTML 1.0 Strict DTD 中,不支持 color 属性。请使用 CSS 代替。</p>
7
8
</body>
9
</html>
10