+ 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..
1 ответ
+ 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" />.