Favicon (Favorite Icon) is a small graphic that is associated with a page or Web site. The favicon allows the web developer to customize the site in the Web browser, both in the tab bar that is displayed in many browsers as well as in the bookmarks when a site is saved.
Below is a simple Favicon maker – simply browse for the picture that you want your Favicon to be.
Select the size (usually 16 X 16) – submit to generate your new Favicon.
Once the Favicon is generated – simply right click on the image to download to your computer – rename to “favicon.ico” (without the quotes).
Upload to your web site root directory (where your Index page is located).
Next open your webpage and between your <head> and </head> tags enter the following code:
<link rel=”shortcut icon” href=”favicon.ico”>
And you’re done!