how to put an image in an image html code example
Example 1: adding image in html
<img src="image.png" alt="Description for image" width="250" height="250">
Example 2: image html
<img src="smiley.gif" alt="Smiley face" height="42" width="42">
<img src="image.png" alt="Description for image" width="250" height="250">
<img src="smiley.gif" alt="Smiley face" height="42" width="42">