What is a favicon? How do I create a favicon for my site?
Favicon, short for favorites icon, is a icon which is displayed in the URL address bar on some web sites. Here is a page that has favicon: Page with favicon
If you have a web page and would like to create a favicon for your site then follow the few simple steps.
1. Create an image 16 by 16 pixels and save it as favicon.ico - you can use Paint or almost any other image editor.
2. Add this line to your head section of your HTML:
<link rel="shortcut icon" href="favicon.ico">
3. Upload your html file and that is all there is to it!