2021 | 100% |
---|---|
2022 | 100% |
2023 | 100% |
100
75
50
25
0
To add a favicon to your site, you need to have your logo created in a 16x16 PNG, GIF or ICO image and uploaded to your web server. Then it's simply a matter of adding the following code into the header of your HTML code for your web pages:
<head>
<link rel="icon" type="image/x-icon" href="url_to_my_favicon" />
<title>My Title</title>
</head>
In the example above the "url_to_my_favicon" refers to the actual location of your favicon file.