icon website html code example
Example 1: html set icon
<link rel="icon" href="http://example.com/favicon.png">
Example 2: png favicon
<link rel="icon" type="image/png" href="logo.png" />
Example 3: html icon
<link rel="shortcut icon" href="icon.ico" type="image/x-icon" />
Example 4: html icon
<link rel="shortcut icon" href="path to icon/name of icon.ico" type="image/x-icon" />