Search code examples
htmlfavicon

Changing in the top of the browser using HTML (favicon)


How do you change the small image showed in a browsers tab when viewing image using HTML? Sorry, I am new to programming.

alt text

The small image is what I am talking about.


Solution

  • it's called a favicon:

    place the favicon.ico file in the www root and use the following code:

     <link rel="shortcut icon" href="/favicon.ico">