<!DOCTYPE html> <html> <head><title>Background Image</title></head> <body background="bg.jpg"> <h1 style="color:white">Welcome</h1> <p style="color:white">This is a background image page</p> </body> </html>