What are Favicons?

What exactly is a favicon?
How are favicons created?

A favicon is a "small, iconic image that represents your website." The locations of them are usually within the address bar of your web browser. In addition they can also "be used in web browsers and feed aggregates." In design, they would usually be used to match the theme within a website, to help users know they are on your website. They can't be too big and common sizes for them include 16x16, 32x32, 48,48, 64x64 and 128x128. Modern day browers would most likely recognize PNG, GIF, and JPG formats for favicons. 

In order to create a favicon, there are many ways of going about this. The easiest of them all is using an online tool to create it. Once you have the image you want to be your favicon, you will have to link it to your webpage in HTML. In the head seconds of your HTML make sure to include this for your favicon to appear. 
  • <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />

Comments

Popular posts from this blog

WBL Workshop #6 Interview Skills

CTE Expo Reflection Journal

Lab #12 Reflection