To display an image, an image tag needs an attribute called src.

<html>
 <body>
  <img src="https://getmimo.com/r/earth.png">
 </body>
</html>]]>

Make sure to spell src.