Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> body { background: #8ebf42; } </style> </head> <body> <h2>Background property example</h2> <p>Here the background color is set to green.</p> </body> </html>