Input
Output
<!DOCTYPE html> <html> <head> <style> body { background-image: url('background.jpg'); } </style> </head> <body> <h1>Welcome to My Website</h1> <p>This page has a background image!</p> </body> </html>