n order for the <img> element to work, a src attribute and value must be included to specify the source of the image. code example
Example: img html
<img src="smiley.gif" alt="Smiley face" height="42" width="42">
<img src="smiley.gif" alt="Smiley face" height="42" width="42">