how to put code in an image code example
Example 1: how to add image in html
<img src="logo.png" />
Example 2: how to add an image
<img src="pic_trulli.jpg" alt="Trulli" width="500" height="333">
<img src="logo.png" />
<img src="pic_trulli.jpg" alt="Trulli" width="500" height="333">