不懂下面代码在页面中的作用,求解
<head>
<meta http-equiv="Content-Type" content="teat/heml; charset=utf-8"
</head>
<head>
<meta http-equiv="Content-Type" content="teat/heml; charset=utf-8"
</head>
2016-07-14
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="zh-CN" />
<meta name="author" content="Csdn" />
<meta name="Copyright" content="Csdn" />
<meta name="description" content="" />
<meta content="" name="keywords" />
第一行说明了他的文字编码
第二行说明了他采用的语言
第三行说明了他的作者
第四行说明了他的版权
第五行是对网站的简单描述
第六行是说明了本网站的关键字
后便两行主要是被百度这些搜索网站检索的时候用的 非常重要
举报