Favicons are the small 16×16 pixel icons used to add an extra level of branding or customisation to a website. Any site can have a favicon added to it at any time, using a couple of lines of code.
You Will Need
How to Add A Favicon to Your Site
Top Tip
Icon files (the .ICO format) can hold multiple small images in one file, which makes them perfect for displaying different size icons at different times (such as a large icon when in the Favourites folder on a user’s Start Menu and a small icon when in the bookmarks on a web browser). You should therefore consider creating 16×16, 32×32, 48×48 and 64×64 pixel versions of your icon. Use Icon creation software to store all four sizes in one .ico file and upload this to your website. The computer accessing the file will then use the most appropriate size icon for each task.
Warning
Remember to use both lines of code on your site, rather than just picking one line. The first line is there to make sure Internet Explorer recognises your favicon, while the second line is for every other browser. Internet Explorer uses a different standard of code to all other browsers but designing your site just for IE (or designing it for “standard browsers”) means you are alienating a potentially rather large section of your audience. It’s best to just use both lines of code so you can reach as many people as possible – it’s not like it bulks up your files that much anyway.