HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> img{ position: absolute; left: 0px; top: 0px; width: 200px; height: 150px; z-index: -1; } </style> </head> <body> <h1>CSS z-index Property</h1> <img src="car-left.png"> <p>This is a paragraph.</p> </body> </html>
OUTPUT
×

Save as Private