how to add favicon on an html pag code example
Example 1: how to add favicon in html
<link rel="shortcut icon" type="image/png" href="Link to the image"/>
Example 2: set icon for html page tab
<link rel="icon" href="http://example.com/favicon.png">