How to give a image, to our webpage from html i.e. in the tab of webpage with its name and a small image in front of it?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to give a image, to our webpage from html i.e. in the tab of webpage with its name and a small image in front of it??

A small image in front of the tab...🤨🤔

2nd May 2020, 12:14 PM
Capt.Avi
Capt.Avi - avatar
6 Answers
+ 2
Capt.Avi This is how you do it : <head> <link rel="icon" href="image-link.png" type="image/png"> </head>
2nd May 2020, 12:31 PM
Arb Rahim Badsa
Arb Rahim Badsa - avatar
+ 1
Could you show code about what you are talking because I can't really figure out what you want!
2nd May 2020, 12:18 PM
Abhay
Abhay - avatar
+ 1
I think you are talking about the image which is shown in the browser title right?
2nd May 2020, 12:26 PM
Arb Rahim Badsa
Arb Rahim Badsa - avatar
+ 1
Yaa you are right..
2nd May 2020, 12:28 PM
Capt.Avi
Capt.Avi - avatar
+ 1
<link rel="icon" href="icon.ico">
2nd May 2020, 12:32 PM
Gordon
Gordon - avatar
0
Thanks to all
2nd May 2020, 4:23 PM
Capt.Avi
Capt.Avi - avatar