<img src=""
, and selecting the image from
the list of files. Complete the image tag by closing it with a
>
. It should look something like:
<img src="image.png">The
src
is an example of an attribute, which is used to
add information to a tag. In this case, src
stands for
source.