Code an image tag that points to a local file.

<html> <body> <img src="https://mimo.app/i/snapcat.png"> </body> </html>]]>

Make sure to pick < followed by img and then src, =, "/img/snapcat.png", >.