add image icon code example
Example 1: html set icon
<link rel="icon" href="http://example.com/favicon.png">
Example 2: how to add an image
<img src="pic_trulli.jpg" alt="Trulli" width="500" height="333">
<link rel="icon" href="http://example.com/favicon.png">
<img src="pic_trulli.jpg" alt="Trulli" width="500" height="333">