浏览器标签上添加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),转一下即可

浏览器标签上添加icon图标;html引用ico文件_第1张图片
浏览器标签上添加icon图标;html引用ico文件_第2张图片

你可能感兴趣的:(css,html)