HTML 参考手册
HTML <link> sizes 属性
带有指定尺寸的图标
源代码:
点击运行 »
<link rel="icon" href="demo_icon.gif" type="image/gif" sizes="16x16">
1
<
link
rel
=
"icon"
href
=
"demo_icon.gif"
type
=
"image/gif"
sizes
=
"16x16"
>
运行结果:
点击运行 »