how to show images in html code example
Example 1: how to add image in html
<img src="img_girl.jpg" alt="Image Load Error" width="500" height="600">
Example 2: image html
<img src="image.gif" alt="Something" height="42" width="42">
Example 3: how to add image in html
<img src="logo.png" />