<!DOCTYPE html> <html> <body> <img src="https://horje.com/avatar.png" onload="loadImage()" width="100" height="132"> <script> function loadImage() { alert("Image is loaded"); } </script> </body> </html>