Assemble the image tag to display an image with the URL /img/van.png.

<html> <body> <h1>Dream Van</h1> <img src="https://mimo.app/i/van.png"> </body> </html>]]>

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