浏览器标签上添加icon图标;html引用ico文件

实例

<link rel="shortcut icon" href="./XXX.ico" type="image/x-icon">

页面和图标在同一目录内 则

<link rel="shortcut icon" type="text/css" href="study.ico"/>

可以阿里矢量图库关键字搜索下载自己想找的图标png格式,再找个免费png转ico格式的地址(https://pngtoicon.com/cn),转一下即可

在这里插入图片描述
在这里插入图片描述