How to add image in the title bar of webpage | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to add image in the title bar of webpage

I want to add icon in my webpage before title,IMG tag is not working for this purpose .. anybody plz guide me how to do that..

2nd Feb 2018, 9:40 AM
Bipul Kumar Singh
Bipul Kumar Singh - avatar
1 Answer
+ 2
That won't work unfortunately as <title> tags only support plan text. You will need to add a fav icon instead using, <link rel="shortcut icon" href="your_image_path_and_name.ico" />.
2nd Feb 2018, 9:44 AM
ihateonions