The code for putting in a link to a favicon goes in which tag? code example
Example 1: favicon HTML
<link rel="icon" href="yourIcon.png" type="image/png">
Example 2: html favicon from png
<link rel="icon" type="image/png" href="http://example.com/image.png" />