码迷,mamicode.com
首页 > 其他好文 > 详细

09元标签

时间:2016-02-20 07:02:47      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:

 1 <!DOCTYPE html>
 2 <html>
 3 <head>
 4 <!--解决乱码 ,告诉浏览器文档类型和编码
 5 http-equiv:描述当前网页内容类型
 6 context:使用的是html的文本
 7 charset:使用的编码是UTF-8,解码也使用UTF-8
 8 -->
 9 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
10 <!-- 这个页面打开之后,3秒刷新,刷新到url=05图形标签.html,url不填写,刷新到自己页面
11 refresh:刷新
12 3:单位是秒
13  -->
14 <meta http-equiv="refresh" content="3;url=05图形标签.html" >
15 <!-- 已下两个元标签通过关键词keywords,描述description来告诉搜索引擎,这个网页是干啥的 -->
16 <meta name="keywords" content="功夫之王" />
17 <meta name="description" content="李连杰就是功夫之王">
18 
19 <title>Insert title here</title>
20 </head>
21 <body>
22 </body>
23 </html>

 

09元标签

标签:

原文地址:http://www.cnblogs.com/Forever-IT/p/5202576.html

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