Add a Favicon to Your Website
So you want to add a favicon to your website? A favicon is a small image that is associated with your website. It is displayed on the tab or address bar of the page it is associated with. Having a favicon helps visitors identify and recognize your site. Typically, favicons are 16×16 or 32×32 pixels in size and in the PNG, GIF, or ICO format. Here is how you can add a favcion to your website:
The HTML
Add a link tag in the head section of your html code.
<head> <-- Your Code --!> <link rel="icon" type="image/png" href="http://mycompany.com/myfavicon.png"> <-- Your Code --!> </head>
Good its very helpful
Quick and simple, THANK YOU!
friends be sure about the size of your fevicon. sometimes it gets wrong.
it providing better service to me
Nice methode of this link and code suggession i like it somuch .
Thanks for sharing the code. it is very simple and easy.
It’s really a useful code. Thanks
Goood
Nice methode of this link and code suggession i like it somuch .
Good Article