网页title旁边的小图片设置,图片要求格式必须是.ico,可以使用在线的转换工具把jpg和png图片转换为ico图片,工具地址:http://www.ico.la/
在html文件中的<head></head>标签中加上:
<link rel="icon" href="img/logo.ico" type="img/x-ico" />
2023-01-08 19:28:49
网页title旁边的小图片设置,图片要求格式必须是.ico,可以使用在线的转换工具把jpg和png图片转换为ico图片,工具地址:http://www.ico.la/
在html文件中的<head></head>标签中加上:
<link rel="icon" href="img/logo.ico" type="img/x-ico" />