Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>The title of the document</title> <style> body { background-image: url("/uploads/media/default/0001/02/55a2f152f59bf42a99b576d44a4578ec9daa0ab6.png"); background-color: #8ebf42; } </style> </head> <body> <h2>Background-image property example</h2> <p>Hello World!</p> </body> </html>