Favicons
Favicons are a small icons that appear on the left of the URL address bar. To have your very own favicon is very easy.
1. Make your 16x16 pixel image. Save it as favicon.ico (the extension is very important)
2. Upload it to your directory.
3. Place this code into your index page between the head tags then upload your index page.
<link rel="Shortcut Icon" href="/favicon.ico" />
