码迷,mamicode.com
首页 > Web开发 > 详细

关于html5中的 网页图标问题

时间:2018-12-21 12:59:07      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:入门学习   set   html   view   meta   href   哈哈   keyword   cal   

在html5 中
设置网页图标的语句
<link rel="icon" type="image/x-icon" href="favicon.ico">
这个语句不一定要加在标题栏下面
但是这个语句要确保没有base的情况下使用
如果有base 那么他解析url的时候会默认在那个网页的目录下寻找 favicon.ico 找不到的话自然就不能作为网站的图标了

<!DOCTYPE html>
<html>
<head>


<link rel="icon" type="image/x-icon" href="favicon.ico">


<meta charset =”UTF-8”> 
<meta name = "keywords" content = "小甲鱼,web开发">
<meta name = "description" content = "《零基础入门学习web开发》"> 
<meta name = "author" content = "小甲鱼">

<meta name = "viewport" content = "width = device-width, initial-scale=1.0">
<title>我自己的路我自己走哈哈哈</title>

</head>
<body>


</body>
</html>

 

关于html5中的 网页图标问题

标签:入门学习   set   html   view   meta   href   哈哈   keyword   cal   

原文地址:https://www.cnblogs.com/Lzxgg-xl/p/10153714.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!