import favicon html code example

Example 1: add favicon to html

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

Example 2: html favicon

<link rel="shortcut icon" type="image" href="./favicons/examplefavicon.ico" />

Example 3: head icon html

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

Example 4: favicon html

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

Example 5: how to add a favicon to html

<link rel='icon' href='favicon.ico' type='image/x-icon'/ >

Example 6: favicon script

<link rel="icon" type="image/x-icon" href="http://example.com/favicon.ico" />

Tags:

Misc Example