What's wrong with this webpage?
<html>
<body>
<img src="https://getmimo.com/r/cafe.png">
</body>
</html>]]>
Nothing
The image tag uses
src
instead of
href
The closing image tag is missing
The image is set to a URL
Nothing is wrong with the webpage.