HTML set image on browser tab

ozsenegal picture ozsenegal · Mar 2, 2010 · Viewed 155.4k times · Source

How do I set a little icon next to the website title on tabs in the web browser?

Answer

Cory Petosky picture Cory Petosky · Mar 2, 2010

It's called a Favicon, have a read.

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

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