tags:

views:

39

answers:

1

How to set a little icon,beside web site title,on tabs in web browser?

+9  A: 

It's called a Favicon, have a read.

<link rel="shortcut icon" href="http://www.example.com/myicon.ico"/&gt;

You can use this neat tool to generate cross-browser compatible Favicons.

Cory Petosky
Do us a favor and use small letters for the `rel=`, this looks ugly :P
henasraf
Changed, thanks.
Cory Petosky
I would only add, here's a nice online tool to generate crossbrowser compatible favicons based on existing bmp/png/gif/jpeg images: http://tools.dynamicdrive.com/favicon/ The site at its own also contains good additional background information.
BalusC
Edited in, good to know!
Cory Petosky