how many ways can we give img 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: img tag
<img src="photo1.png" alt="">
<img src="img_girl.jpg" alt="Image Load Error" width="500" height="600">
<img src="photo1.png" alt="">