设置html title标题左侧的小图标

网页title旁边的小图片设置,图片要求格式必须是.ico,可以使用在线的转换工具把jpg和png图片转换为ico图片,工具地址:http://www.ico.la/

在html文件中的<head></head>标签中加上:

 <link rel="icon" href="img/logo.ico" type="img/x-ico" />

 

posted @ 2016-11-24 11:41  Web1024  阅读(23776)  评论(0编辑  收藏  举报