如何在网络浏览器的标签页上设置网站标题旁边的小图标?
答案 0 :(得分:87)
它被称为Favicon,有一个阅读。
<link rel="shortcut icon" href="http://www.example.com/myicon.ico"/>
您可以使用this neat tool生成跨浏览器兼容的Favicons。
答案 1 :(得分:6)
<link rel="SHORTCUT ICON" href="favicon.ico" type="image/x-icon" />
<link rel="ICON" href="favicon.ico" type="image/ico" />
跨浏览器图标的优秀工具 - http://www.convertico.com/