We're able to use local images. That means we point to images that are in a folder on the same device as the website code.

Can you finish pointing to this image?

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

This link works as long as we have an image.png file in the same folder.

Remember that attribute values need to be inside quotation marks.