2 <html xmlns=
"http://www.w3.org/1999/xhtml">
4 <title>background on body should fill the viewport
</title>
6 html { background-color:transparent; background-image:none; }
7 body { background-image:url(resources/yellow.png); margin:
8px; color:navy; }
11 <p>The entire canvas should be yellow.
</p>