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