用于嵌入链接元素的 rel 和 type 属性的内容
为了在网页上嵌入网站图标,我们使用 元素。像这样:
<link rel="What goes here?" type="What goes here?" href="/favicon.ico"/>
我应该在 rel 和 type 属性中放入什么值?
To embed a favicon on a webpage we use the <link>
element. Something like this:
<link rel="What goes here?" type="What goes here?" href="/favicon.ico"/>
What value do I put in the rel and type attributes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://www.w3.org/2005/10/howto-favicon
http://en.wikipedia.org/wiki/Favicon
根据维基百科,不支持上述内容通过 IE
这个解决方案对我来说似乎是最好的:-
http://www.w3.org/2005/10/howto-favicon
http://en.wikipedia.org/wiki/Favicon
according to wikipedia the above is not supported by IE
this solution seems the best to me: -