How To Make An Icon For Your Blog / Site?
You can use any icon file with your web page to. the icon of the web page will be shown in the tab. Its very easy to put icon in your we site.
First you create an image file using photoshop or fireworks. Then convert it into ico file type using online tools like http://tools.dynamicdrive.com/favicon/ . Upload your favicon.ico to your hosting. And add the following code in the header of your site
<link rel="shortcut icon" href="url of the icon you uploaded" type="image/x-icon" />
Thats all.

