我有一张16 x 16的图像,我将其命名为favicon.png。在html页面的头部,我链接到favicon,但是当我在浏览器上查看时,我什么都看不见。
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Testing</title>
<meta name="description" content="A web page used for testing different html elements">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.png">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="styles.css">
</head>