<html> <head> <style>img { position: absolute; z-index: -1; } h1 { color: #ffffff; } </style> </head> <body> <div> <img src="https://mimo.app/i/sky.png"> <h1>Milky Way</h1> </div> </body> </html>]]>- An image behind a heading
- A heading behind an image
An image behind a heading.