Ever wonder where the little icon next to the web address for most web sites comes from? Well, it’s a favicon or favorite’s icon. It is simple to make and incorporate into your web site. Go to the web site linked below and create you favicon image. Then, copy the code I have in the gray box into your <head></head> section of your web page.
Resources
- To make the favicon image
- The code resource to learn more about favicon options
Code
Place this code in the <head></head> section of your web page
<link rel=”shortcut icon” href=”favicon.ico” mce_href=”favicon.ico”/>