1.准备好要显示的图片,通过百度“ico在线制作”转换成为ico的格式,放在对应的位置中,
2.在html的head中添加
<link rel="icon" href="img/ico.ico" type="image/x-icon" />
<link rel="shortcut icon" href="img/ico.ico" type="image/x-icon" />
<link rel="bookmark" href="img/ico.ico" type="image/x-icon" />
3.href是ico的位置
4.刷新页面,清除缓存即可
发布者:admin,转转请注明出处:http://www.yc00.com/web/1742570770a4460389.html
评论列表(0条)