html change website icon code example
Example 1: favicon in html document
<link rel="shortcut icon" type="image/png" href="http://example.com/favicon.png"/>
Example 2: How to add a browser tab icon (favicon)?
<link rel="icon" href="http://example.com/favicon.png">