What is a Favicon??

A favicon is a little icon that sits in the upper left corner of the location bar of a browser.   It is immediately to the left of the site address in the location bar.   Frequently, people create custom favicons for their sites as a matter of style.   You can create a favicon with any graphics software, you simply create an small graphic that is about 15px by 15px.    If you would like to create your own favicon, and you have no graphics software, you can go to http://www.favicon.cc/ and create an icon.

 
 
<link rel="icon" href="images/favico.ico" type="image/ico"/>
<link rel="short icon" href="images/favico.ico"/>