0
how can i make my logo of a website appear in the title bar along with the title? :)
5 Answers
+ 2
I think this should work. Just use the href to your icon.
<link rel="icon" type="image/png" href="static/logo.png" sizes="32x32">
+ 1
Yes. You can try it out. I think there are more ref values for icons. But I've used that before and it worked. And i think thats the standart.
0
does that mean the value an icon of rel attribute make the browser render the image in the title bar?
0
in onther word we can say this as standrad
0
thanks Alexander đ