head内常用标签
Posted 我`你的唯一
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了head内常用标签相关的知识,希望对你有一定的参考价值。
1、meta相关
#1、指定字符集 <meta charset="gbk"> #2、页面描述 <meta name="Description" content="具体描述。。。"> #3、关键字:有助于搜索引擎SEC优化,再怎么优化也抵不过竞价排名 <meta name="Keywords" content="网易,邮箱,游戏,新闻"> #4、3秒后跳转 <meta http-equiv="refresh" content="3,http://www.baidu.com"> #5、三秒刷新 <meta http-equiv="refresh" content="3">
2、非meta标签
#1、标题 <title>百度一下,你就知道</title> #2、网站的图标 <link rel="icon" href="https://www.baidu.com/favicon.ico"> #3、定义内部样式 <style></style> #4、引入外部样式文件 <link rel="stylesheet" href="mystyle.css"> #5、定义javascript代码或引入JavaScript文件 <script src="hello.js"></script>
以上是关于head内常用标签的主要内容,如果未能解决你的问题,请参考以下文章