html faviconm code example
Example 1: html favicon tag
<link rel="icon" href="image.jpg" type="image/jpg">
Example 2: favicon for html page
<link rel="icon" type="image/png" href="/favicon.png"/>
<link rel="icon" type="image/png" href="https://example.com/favicon.png"/>
Example 3: favicon script
<link rel="icon" type="image/x-icon" href="http://example.com/favicon.ico" />