Again, we can use local images. That means we can point to images that are in the same folder as the webpage.

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

Great! Just like before, 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.