8 lines
140 B
HTML
8 lines
140 B
HTML
<!doctype html>
|
|
<title>canvas background reference</title>
|
|
<style>
|
|
html {
|
|
background: white;
|
|
}
|
|
</style>
|
|
<p>The background should be white
|