0
Add icon to the top bar in HTML
How can I add an icon in the top bar with HTML ?
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" />