Assemble the image tag to display an image with the URL /img/van.png.
/img/van.png
Make sure to pick < followed by img and then src, =, "/img/van.png", >.
<
img
src
=
"/img/van.png"
>