Favicon

favicon

ABOUT

  • Description :
  • - A favicon is a small image that is shown inside the browser’s location bar and bookmark menu when your site is called up. It is a good way to brand your site and increase it’s prominence in your visitor’s bookmark menu

INSTALLATION

Here’s how to put a favicon before your web address:

  • Create a 16×16 image with .ico extension. Name it as favicon.ico.
  • Upload the favicon.ico file to the folder on your web site where you have the web page.
  • You’ll need to put the code somewhere between the <head> </head> tags on your web page.
  • That’s it! Congrats, you’ve just added a favicon to your site.

CODE

<link rel=”shortcut icon” href=”URL address of your favicon image” type=”image/x-icon”>