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'); background-repeat: no-repeat; background-size: cover; width:100%; height:500px"> There is image in Background </p> </body> </html>
Output