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