HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> body{ background-image: url("ocean.jpg"); color: #ffffff; } </style> </head> <body> <h1>CSS background-image Property</h1> <p>CSS background-image is repeated by default.</p> </body> </html>
OUTPUT
×

Save as Private