how to set a browser icon in html code example
Example 1: how to add favicon in html
<link rel="shortcut icon" type="image/png" href="Link to the image"/>
Example 2: favicon html
<link rel="icon" href="yourIcon.png" type="image/png">
Example 3: set icon for html page tab
<link rel="icon" href="http://example.com/favicon.png">
Example 4: how to change tab icon in html
<link rel="shortcut icon" href="http://sstatic.net/stackoverflow/img/favicon.ico">