adding pic in html code example
Example 1: how to add image in html
<img src="pic_trulli.jpg" alt="Italian Trulli">
Example 2: how to add image in html
<body>
<img src="Image Link/path">
</body>
<img src="pic_trulli.jpg" alt="Italian Trulli">
<body>
<img src="Image Link/path">
</body>