how to add a photo on html code example
Example 1: how to add image in html
<img src="pic_trulli.jpg" alt="Italian Trulli">
Example 2: images in html
<html>
<head>
</head>
<body>
<img src="exampel.end">
</img>
</body>
</html>