Answers for "how to add icon for website tab"

2

add icon to website tab

Convert your image to .ico (use https://hnet.com/png-to-ico/)

Rename your ico to favicon

add this to the <head>: <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
Posted by: Guest on August-24-2020
0

how to add an icon to your website tab

<head>
  <link rel="shortcut icon" type="image/x-icon" href="yourimagehere">
</head>

*supported files are .ico .png or .gif
Posted by: Guest on November-26-2021

Code answers related to "how to add icon for website tab"

Browse Popular Code Answers by Language