Friday 23 January 2015

How to add favicon to the webpage title bar



This is how I did.

Upload a 16x16px icon to your site, and link it in your head section.

<link rel="shortcut icon" href="/favicon.ico" />

So we need the .ico images to convert any image to ico extension we have a number of sites. One of these I referred is http://www.favicon.cc/ .

I Hope this is useful 

No comments:

Post a Comment