Adding favicon code to you website?
After you have created and received a compressed format of favicon.ico file. Then now it’s time to go-live and can be seen by your visitor. Making a favicon.ico code into your website, you can simply upload animated_favicon.gif also and insert the following HTML tags.
<link rel="shortcut icon" href="favicon.ico" >
<link rel="icon" href="animated_favicon.gif" type="image/gif" >
|