Add icon to the top bar in HTML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Add icon to the top bar in HTML

How can I add an icon in the top bar with HTML ?

19th Sep 2017, 6:32 AM
MOHAMMED ANWAR SAHALY
MOHAMMED ANWAR SAHALY - avatar
1 Answer
+ 4
put an icon (32×32 ot 64×64 pixels) in your root folder with name favicon.ico or favicon.png ; use these following codes in your head section <link rel="shortcut icon" type="image/png" href="/favicon.png" /> <link rel="shortcut icon" type="image/png" href="http://www.yoursite.com/favicon.png" />
19th Sep 2017, 6:40 AM
Melih Melik Sonmez
Melih Melik Sonmez - avatar