html website icon code example
Example 1: html set icon
<link rel="icon" href="http://example.com/favicon.png">
Example 2: how to add favicon in html
<link rel="shortcut icon" type="image/png" href="Link to the image"/>
Example 3: favicon html
<link rel="shortcut icon" href="/favicon.ico">
<link rel="icon" type="image/png" href="/favicon.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon.png" sizes="96x96">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
Example 4: how to change tab icon in html
<link rel="shortcut icon" href="http://sstatic.net/stackoverflow/img/favicon.ico">
Example 5: html icon
<link rel="shortcut icon" href="icon.ico" type="image/x-icon" />
Example 6: html icon
<link rel="shortcut icon" href="path to icon/name of icon.ico" type="image/x-icon" />