Assemble the img tag.

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

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