<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <div style="position: relative; left: 0; top: 0;"> <img src="images/monkey.jpg" width="1500px" style="position: relative; top: 0; left: 0;"/> <a href="page2.html"> <img src="images/face.png" width="50px" style="position: absolute; top: 600px; left: 955px;"/></a> </div> </body> <!-- this is a comment --> </html>