09元标签

 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>

 

posted @ 2016-02-20 02:26  男儿当自强!  阅读(94)  评论(0编辑  收藏  举报