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

实例

javascript 复制代码
<link rel="shortcut icon" href="./XXX.ico" type="image/x-icon">

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

javascript 复制代码
<link rel="shortcut icon" type="text/css" href="study.ico"/>

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


相关推荐
用户059540174463 小时前
AI Agent 上下文污染踩坑实录:用 pytest + Redis 揪出 3 类记忆串号 bug,排查 6 小时
前端·css
鬼手点金14 小时前
Scrapy + Playwright 完整示例(JS 动态渲染网页)
开发语言·javascript·爬虫·python·scrapy·html·json
—Qeyser14 小时前
html 可视化海报模板编辑器
css·html·js
逝水无殇15 小时前
HTML 文本格式化详解:掌握 <strong>、<em>、<mark>、<del> 等常用标签
前端·javascript·html
我命由我123451 天前
CesiumJS 笔记 - 获取容器中心点、Cartesian3 clone 方法、修改 Cartesian3 对象的高度
前端·javascript·css·前端框架·html·html5·js
FFF_634560232 天前
简单的画板小工具,下载即用
前端·javascript·css
jackyrongvip2 天前
开源一个可以把HTML敏感词替换的页面小工具
开源·html·敏感词·ai脱敏
绝世唐门三哥2 天前
CSS 虚线下划线用法指南:text-decoration 完整解析
前端·javascript·css
DsirNg2 天前
用一个登录卡片讲清 CSS 盒模型:padding、border 与 box-sizing 到底如何影响布局
css·padding·box-sizing·表单布局·border·css 盒模型·登录卡片
用户059540174462 天前
把 AI Agent 记忆存储验证从 40 分钟手测压到 3 分钟,pytest + Docker 这套组合太顶了
前端·css