We set the image we want to display with an = sign and the image's address between double quotes.

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

Make sure to place the quotes around the value.