What does this code display?

The image of class logo in front of another imageThe image of class logo behind another image<html> <head> <style>img { position: absolute; } .snapcat { z-index: 1; }</style> </head> <body> <div> <img class="snapcat" src="https://mimo.app/i/snapcat.png"> <img src="https://mimo.app/i/sky.png"> </div> </body> </html>]]>

The image of class logo in front of another image.