Image icon beside the site URL
What is currently the best way to get a favicon to display in all browsers that support Favicons?
我想在浏览器的地址栏中添加我的徽标,无论何时浏览它。
如何制作图标?
答案 0 :(得分:28)
您需要一个favicon - 这是一个16x16图像,以.ico格式存储为您网站的根目录中的favicon.ico。有些浏览器也支持其他格式。
更新,更基于标准的方法是在html头中包含类似的内容:
<link rel="icon" type="image/png" href="/path/image.png"/>
另见W3C的这份文件:How to Add a Favicon to your Site
您可能还想参考这些问题的其他答案:
答案 1 :(得分:1)
该图片被称为favicon,这里有一些关于如何添加图片的链接,或者你可以谷歌“如何添加图标”以获取更多信息。
http://www.w3.org/2005/10/howto-favicon
http://www.clickfire.com/favicon-tutorial
http://essentialkeystrokes.com/tutorial-how-to-create-your-own-favicon
答案 2 :(得分:0)
答案 3 :(得分:0)
您是在谈论创建Favicon吗?
如果是,here's a site将帮助您制作一个。