The <img>
element is used to display an image. Let us try to display an image:
The <img>
element uses src
to
specify the source of the image
being displayed.
If we want to choose an image from
anywhere else,
we need to specify the image's link
in src
.