Adding a Favicon Tag
How to add Favicon to website
1. <link rel="icon" href="/favicon.ico" type="image/x-icon" />
Comments
Posted by: steven around 17 Months AgoNote that preferably the .ico format should be a 16x16 pixel square icon. On internet there are plenty of sites where you can transform an image file to .ico format. Most browsers nowadays, besides MS Internet Explorer, also support these icons in .png and .gif format however.