- Favicon is an icon associated with a particular website, typically displayed in the address bar of a browser accessing the site or next to the site name in a user's list of bookmarks. Itserves as a branding for your website. Its main purpose is to help visitors locate your page easier.
- Favicon icon is added between the head tags, and it must be added into each and every page of a website.
- <head></head>
You should start with the link to connect the icon.
<link rel="icon">
Then the icon link from your project folder href="favicon.png"follows.
<link rel="icon" href="favicon.png" type="image/x-icon">
- This is the full link.
leave your comments
ReplyDelete