Because <img> is an empty tag, we need to use an attribute to point to an image: the word src, which stands for source.
<img>
src
Nice! This src attribute will let us specify where to get the images from.
Make sure you spell out src.