'How can I fix my favicon link to make it work

Faulty

I am confused why my (line 4) is not working. I want to add favicon to my site. I don't think my address is wrong(you can check by seeing the document list on the left on picture attached) What's the problem? Please help me.



Solution 1:[1]

Add

<link rel="icon" href="css-my-style/favicon.ico" />

Solution 2:[2]

I believe you run into problems because your syntax is incorrect, try Instead of line 4:

<link rel="icon" type="image/x-icon" href="css-my-style/favicon.ico">

Solution 3:[3]

Add the type of the icon (type="image/x-icon") in the tag.

<link rel="shortcut icon" href="css-my-site/favicon.ico" type="image/x-icon">

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Sheikh Haziq
Solution 2 Rani Giterman
Solution 3 Mehrwarz