用于使用link元素嵌入favicon的rel和type属性的内容

时间:2011-05-08 22:27:27

标签: html favicon

要在网页上嵌入图标,我们使用<link>元素。像这样:

<link rel="What goes here?" type="What goes here?" href="/favicon.ico"/>

我在rel和type属性中放了什么值?

1 个答案:

答案 0 :(得分:3)

http://www.w3.org/2005/10/howto-favicon
http://en.wikipedia.org/wiki/Favicon

<link rel="icon" 
     type="image/png" 
      href="http://example.com/myicon.png">

根据维基百科,IE不支持以上内容

<link rel="shortcut icon" href="http://example.com/myicon.ico" />

这个解决方案对我来说似乎是最好的: -

favicon.ico located in the web site's root