+ 1
how to add a tab images
here is always first page as the name but the most websites have a little picture next to it. How can i add one thx
4 Answers
+ 2
It's called a favicon. If you call an image favicon.ico and put in your website's root directory, browsers will display it automatically. But you can even call it what you want and use other formats, like .png, .gif, .jpg or animated GIF, then put this code in the <head> section:
<link rel="shortcut icon" type="image/png" href="/favicon.png">
The size could be anyone of these(px):
16Ă16, 32Ă32, 64Ă64.
+ 1
Ok, thank you very much!
- 2
the most convenient way is to use the css display property
- 2
IMG and SRS tags are use for Images