browser favicon html code example
Example 1: favicon HTML
<link rel="icon" href="yourIcon.png" type="image/png">
Example 2: html favicon
<link rel="shortcut icon" type="image/jpg" href="/favicon.jpg"/>
<link rel="icon" href="yourIcon.png" type="image/png">
<link rel="shortcut icon" type="image/jpg" href="/favicon.jpg"/>