OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <style> | |
5 body { | |
6 background-image: url("http://localhost/resources/red_square.png"); | |
7 } | |
8 </style> | |
9 </head> | |
10 <body> | |
11 | |
12 <h1>Background should be red in color.</h1> | |
13 | |
14 </body> | |
15 </html> | |
OLD | NEW |