Introduction
To add an icon to your web pages you will need to have an icon to use or you create one using any of the following means:
1. By using an Icon editor and saving the project with .ico extension.
2. By using the image to icon converter that is available on www.favicon.cc.
* You will need to download the icon by clicking on the download link.
* Save the icon into a directory on your computer.
* Then move the icon to any of the directories in your site directory.
- <link rel="shortcut icon" href=".../.../nameoficon.ico" type="image/x-icon" />

Join the conversation! Your thoughts help the community grow.