<!DOCTYPE html> <html> <head> <title>Green Background</title> </head> <body style="background-color: green;"> <h1>Welcome to my website</h1> <p>This is a simple webpage with a green background.</p> </body> </html>