How I insert a logo in title bar? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

How I insert a logo in title bar?

30th Jul 2017, 8:43 AM
amith weerasinghe
amith weerasinghe - avatar
8 Answers
+ 4
you can get it in Php....☺
31st Jul 2017, 12:33 PM
Thilini Thushari
Thilini Thushari - avatar
+ 6
You have php man..you may find the answer in upcoming lessons..good luck boy..
31st Jul 2017, 12:21 PM
Hashan Malawana
Hashan Malawana - avatar
+ 5
Hello! ✓ To insert a logo in the title bar, place this code below the title tag:  <link rel="logo" href="images/source.jpg" /> here, HREF should define the source of the logo to be placed in the title bar. I hope this helps!
30th Jul 2017, 8:54 AM
Mudit Jhawar
Mudit Jhawar - avatar
+ 4
that code is not working
30th Jul 2017, 9:45 AM
amith weerasinghe
amith weerasinghe - avatar
+ 3
thanq friend...., I just follow it.
31st Jul 2017, 12:25 PM
amith weerasinghe
amith weerasinghe - avatar
+ 3
thankq
31st Jul 2017, 12:33 PM
amith weerasinghe
amith weerasinghe - avatar
+ 2
send your code
30th Jul 2017, 11:05 AM
Mudit Jhawar
Mudit Jhawar - avatar
+ 1
Convert & rename your logo image into "favicon.ico" file. To do that easily, you can use "http://www.favicon-generator.org/" then put favicon.ico file in your website root directory. set the path using below code inside <head> element. <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
16th Aug 2017, 10:24 AM
Isura Hirantha
Isura Hirantha - avatar