Home  What is Favicon  How to make Favicon  How to use in Site  Link Us  Contact

How to use that favicon in my site?

To add this favicon to your web page:

1) Download favicon.ico to your desktop or anywhere else you save images.
2) Upload the favicon.ico file to your web site root folder (usualy where your home page is placed).
3) Add HTML tag to your web page after the
<head> tag, before the </head> tag: <link rel="shortcut icon" href="favicon.ico">
In other words:
<head> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> </head>

That's it! To test your new favicon in Internet Explorer, add your site to Favorites and reopen browser. To test it in Firefox or other Mozilla-based browser, open your web page and watch the address bar or the page tab.