Code Editor Panel
Home
HTML Tutorial
HTML Images
Run
HTML
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <p style="background-image: url('mickey-mouse.jpg');"> There is image in Background</p> </body> </html>
Output