将.ico格式的图像放在根目录下(也可以是其他目录)
在页面源文件的<head></head>标签之间插入
<link rel="shortcut icon" href="favicon.ico" /> 该段
在页面源文件的<head></head>标签之间插入
<link rel="shortcut icon" href="favicon.ico" /> 该段
最后形成:
<head>
...
<link rel="shortcut icon" href="favicon.ico" />
</head>
在线制作ico图标 http://tools.dynamicdrive.com/favicon/