Home  >  Article  >  Web Front-end  >  如何在网址之前添加小图标_html/css_WEB-ITnose

如何在网址之前添加小图标_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:29:471535browse

如何在网址之前添加小图标:
本章节介绍一下如何在网址前面添加一个小图标,现在知名网站都会有这个小图标,非知名网站也有很多添加这样的小图标,至于有没有好处这里不好说,至少比较美观,下面就就介绍一下如何实现此效果。
方法如下:
在头部中添加如下代码即可:

<link rel='icon' href='antzone.ico' type='image/x-ico' />

图标的格式必须是.ico格式,在网上有很多在线生成工具。

原文地址是:http://www.softwhy.com/forum.php?mod=viewthread&tid=13671

更多内容可以参阅:http://www.softwhy.com/divcss/

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn