Edit This Code:
See Result »
<!DOCTYPE html> <html> <head> <style> body { background-color: lightblue; } </style> </head> <body> <h1>Hello World!</h1> <p>This page has a background color!</p> </body> <!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_background-color_body by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 13 Mar 2016 11:02:56 GMT --> </html>
Result: