how to use png in icon in html with i tag code example
Example 1: add favicon html
<link rel="icon" type="image/png" href="/favicon.png"/>
Example 2: favicon in html document
<link rel="shortcut icon" type="image/png" href="http://example.com/favicon.png"/>