posting image in html code example
Example 1: images in html
<html>
<head>
</head>
<body>
<img src="exampel.end">
</img>
</body>
</html>
Example 2: how to add an image
<img src="pic_trulli.jpg" alt="Trulli" width="500" height="333">