代码

head标签中加入link标签,如下:

<head>
	<link rel="icon" href="/favicon.png">
</head>

Other

//网站上显示logo图标
<link rel="shortcut icon" href="common/images/favicon.ico" type="image/x-icon">
//收藏用logo图标
<link rel="bookmark" href="common/images/favicon.ico" type="image/x-icon">

更多推荐

html - - - 设置网页图标logo