Set the shortcut (bookmark) icon for a webpage
From CodeCodex
To add a shortcut icon (also called a bookmark icon) to a webpage, place the link tag shown below in the webpage's header.
[edit] Implementations
[edit] HTML
<head> <link rel=”shortcut icon” href=”http://www.comain.com/iconname.ico” /> </head>

