How do you change the small image showed in a browsers tab when viewing image using HTML? Sorry, I am new to programming.
The small image is what I am talking about.
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">