img link html tag code example
Example 1: img tag
<img src="the source image's url" alt="the image's description">
Example 2: img tag
<img src="img.jpg" alt="alt" width="100%">
<img src="the source image's url" alt="the image's description">
<img src="img.jpg" alt="alt" width="100%">