案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<head>
3
<basefont color="red" />
4
</head>
5
6
<body>
7
<h1>This is a header</h1>
8
<p>This is a paragraph</p>
9
10
<p>
11
在 HTML 4.01 中,不赞成使用 basefont 元素;在 XHTML 1.0 Strict DTD 中,不支持 basefont 元素。
12
</p>
13
14
</body>
15
</html>
16