Do most browsers automatically search for the favicon.ico?

本小妞迷上赌 提交于 2019-12-01 03:37:11

All of the major five browsers look in the site's root for a file named exactly favicon.ico, regardless of type, automatically.

You can override this with a link element with rel="icon", or rel="shortcut icon". The latter is supported by every browser, while the former is more correct, but not recognised by Internet Explorer.

Most browsers these days will look for a favicon.ico file on the root of the site.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!