How To Add Browser Tab Icon Or Favicon For Website
Here we consider how to Add Browser Tab Icon Or Favicon For Your Website.
First of all, find out a suitable image in .ico format.
32 x 32 Resolution would be suitable.
You can use .png file also, but have some compatibility issues.
Lets continue with .ico images.
Second Step : Place following line inside head section of your website as shown below.
<link rel="shortcut icon" href="http://Your_Website_Address.com/favicon.ico">
This would be compatible with all modern browsers.
If you have png file only, then follow below shown code.
<link rel="shortcut icon" href="http://Your_Website_Address.com/favicon.png">
That's all, by this way we can add Browser Tab Icon Or Favicon For Your Website.