Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> body { background-color: #8ebc42; } </style> </head> <body> <h2>Background-color Property Example</h2> <p>Here the background-color is specified with a hex value.</p> </body> </html>