实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
4
<body bgcolor="yellow">
5
<h2>This is a heading</h2>
6
<p>This is a paragraph.</p>
7
<p>The old bgcolor attribute only works on the body element.</p>
8
<p>For future proof HTML, use styles instead:</p>
9
</body>
10
11
</html>