0
How to give a image, to our webpage from html i.e. in the tab of webpage with its name and a small image in front of it??
A small image in front of the tab...🤨🤔
6 Respuestas
+ 2
Capt.Avi This is how you do it :
<head>
<link rel="icon" href="image-link.png" type="image/png">
</head>
+ 1
Could you show code about what you are talking because I can't really figure out what you want!
+ 1
I think you are talking about the image which is shown in the browser title right?
+ 1
Yaa you are right..
+ 1
<link rel="icon" href="icon.ico">
0
Thanks to all