how can i make my logo of a website appear in the title bar along with the title? :) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how can i make my logo of a website appear in the title bar along with the title? :)

6th Jan 2018, 12:26 PM
Sa'ad Awad
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">
6th Jan 2018, 12:33 PM
Viereck
Viereck - avatar
+ 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.
6th Jan 2018, 12:43 PM
Viereck
Viereck - avatar
0
does that mean the value an icon of rel attribute make the browser render the image in the title bar?
6th Jan 2018, 12:39 PM
Sa'ad Awad
0
in onther word we can say this as standrad
6th Jan 2018, 12:42 PM
Sa'ad Awad
0
thanks Alexander 😊
6th Jan 2018, 12:50 PM
Sa'ad Awad