The <img> tag is used to insert images into an HTML page.
It is self-closing and, therefore, does not require a closing tag.
However, it requires 2 attributes to function properly:
Let's add Mr. Anderson's photo with:
<img src="images/mr-anderson.jpg" alt="Front photo of Mr. Anderson" />
<img src="images/mr-anderson.jpg" alt="Front photo of Mr. Anderson" />
Now, you need to add this image to the project.
Follow these 3 steps: