simple html how to insert image code example
Example 1: how to add image in html
<img src="pic_trulli.jpg" alt="Italian Trulli">
Example 2: how to add a image file in html
<img src="path/filename.jpg" alt="alternate text">
<img src="pic_trulli.jpg" alt="Italian Trulli">
<img src="path/filename.jpg" alt="alternate text">