3
There are certain things that, by not doing constantly, I always end up forgetting how to do it. And one of them is the definition of a favicon
for my website.
What is the tag and attributes that I should use for the correct definition of a favicon on my site? (I always forget, but now I won’t forget more :p)
Another question I’d like to ask is:
- Why, even if not defining a
favicon
, always get a 404 error?
Example (with built-in PHP server, but also with other languages and libraries):
After all:
the use
favicon
is optional or not?He always needs to have that way
/favicon.ico
?
In the case of how to define it, maybe I was wrong even on account of the optional part, sorry, removed.
– Pliavi