favicon icon link code example

Example 1: favicon html link

<link rel="shortcut icon" href="http://example.com/favicon.ico" />

Example 2: head icon html

<link rel="icon" href="http://example.com/favicon.png">

Example 3: add favicon html

<link rel="icon" type="image/png" href="/favicon.png"/>

Example 4: html favicon.ico

<! -- For .ico files -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">

<! -- For .jpg/.gif/.png files -->
<link rel="icon" type="image/gif/png" href="favicon.png">

Tags:

Css Example