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.
- 1.) Create a 16×16 image with .ico extension. Name it as favicon.ico.
2.) Upload the favicon.ico file to the folder on your web site where you have the web page.
3.) You’ll need to put the CODE somewhere between the <head> </head> tags on your web page.
4.) 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”>











