But we can also use a URL to point to an image on another website.

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

Sweet! We can link any images we want this way.

Make sure you put the src attribute and the = sign before the URL.