I want to have an image on the title in an HTML page (i.e on the tab along with the title). How can I do that?
For cross browser compatibility, seems to be needed two lines for for favicon:
TITLE
<title>PAGE TITLE HERE</title>
FAVICON
<link rel="SHORTCUT ICON" href="http://domain and path/favicon.ico" />
<link rel="icon" href="http://domain and path/favicon.ico" type="image/ico" />
FAVICON GENERATOR:
DYNAMIC DRIVE