实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<html>
2
<head>
3
<basefont size="7">
4
</head>
5
<body>
6
7
<h1>This is a header (headers are not affected by the size property)</h1>
8
<p>This is a paragraph.</p>
9
10
<p>The size attribute was deprecated in HTML 4, and is not supported in HTML 4.01 Strict DTD or in XHTML 1.0 Strict DTD. Use CSS instead.</p>
11
12
</body>
13
</html>
14