学习Html,想给网页添加在内容根的路径为icon.png的图片,但是页面显示还是默认图标。不知道哪里错了,是照片的格式有什么要求吗?
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>title</title>
</head>
<body>
<link rel="icon" href="icon.png" type="image/x-icon">
</body>
</html>
学习Html,想给网页添加在内容根的路径为icon.png的图片,但是页面显示还是默认图标。不知道哪里错了,是照片的格式有什么要求吗?
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>title</title>
</head>
<body>
<link rel="icon" href="icon.png" type="image/x-icon">
</body>
</html>