How to add favicon (Favorite Icon) in your webpage
If you own a website, it’s interesting to associate an icon to it. This is what is called a “shortcut icon”. In fact, this icon will be displayed on the visitor’s computer if he chooses to bookmark your site. It will be displayed in the Favorites menu as well as in the Address bar (see below) if the user comes back to your site.

smallwei 10:01 am on November 20, 2009
1. Make your image in 16pxX16px size and save in .ico format
You can update an image to this website to create favicon.
http://tools.dynamicdrive.com/favicon/
2. Add the following code in between the HEAD Tags on each of your Webpages:
<LINK REL="SHORTCUT ICON" HREF="http://www.youraddress.com/path/name.ico">