x
1
2
<html>
3
<head>
4
<meta charset="utf-8">
5
</head>
6
<body bgcolor="yellow">
7
<h2>This is a heading</h2>
8
<p>This is a paragraph.</p>
9
<p>The old bgcolor attribute only works on the body element.</p>
10
<p>For future proof HTML, use styles instead:</p>
11
</body>
12
13
</html>