效果如下:
首先制作一个16*16像素的ico格式的图片,命名为:favicon.ico,然后在网站head标签直接加入:
<link rel=
"icon"
href=
"图片路径"
type=
"image/x-icon"
/>
<link rel=
"shortcut icon"
href=
"图片路径"
type=
"image/x-icon"
/>
时间: 2024-10-12 00:45:20
效果如下:
首先制作一个16*16像素的ico格式的图片,命名为:favicon.ico,然后在网站head标签直接加入:
<link rel=
"icon"
href=
"图片路径"
type=
"image/x-icon"
/>
<link rel=
"shortcut icon"
href=
"图片路径"
type=
"image/x-icon"
/>