定义页面元信息标记meta
<meat name="名称"content="值"/>
* 设置网页关键字:<meat name="keywords"content="......."
* 设置网页描述:<meat name="description"content="......."
* 设置网页作者:<meat name="author"content="......."
* 设置字符集:<meat http-equiv="Content-Type"content="text/html;charset=utf-8"/>
/*
http-equiv的属性值为:Content-Type,content的属性值为:text/html;charset=utf-8,其中用;隔开,
说明当前文档为HTML文档,字符集是国际化编码utf-8。utf-8是最常用的编码,其他编码还有gbk,gb2312
*/