When visiting the website, you can see the small icons of the website in the title bar, the search bar, the Favorite folders, they are actually placed in the root directory of the website, named: Favicon.ico
Such as:
Http://www.cnblogs.com/favicon.ico
How to make Favicon.ico:
Create 2 256-color small pictures: The pixel size is 32x32(for desktop icons) and 16x16(for browsers), the palette is to use "Windows default palette", otherwise, In the final effect display, the graphic may have a different color than what you originally intended.
Use:
After the picture is created, you can convert 2 images to an icon file using a small program such as Image2ico.
To upload the icon to the root directory, add the following code to the section in HTML:
<Linkrel= "icon"href= "/favicon.ico"mce_href= "/favicon.ico"type= "Image/x-icon"><Linkrel= "shortcut icon"href= "/favicon.ico"mce_href= "/favicon.ico"type= "Image/x-icon">
Website Small icon