在xhtml中规定 多有标记都要小写 所有标记都要有关闭
html文档结构
1 html文件用浏览器打开
2 所有的html文件通常有4对骨架
<html>
<head>
<title>
biaoti
</title>
</head>
<body>
</body>
</html>
mate标签用于定义文件信息放于<head></head>之间
<mate name ='keywords' content=关键字>大众化关键字 小众关键字
设置作者<mate name='aunor name '='作者名‘>
设置字符集 <mate http-equiv='contet-type' contet='text/html'charset=gb2312>
设置页面定时跳转 <mate http-equiv="refersh" contet='2;URL=http:www.baidu.com
网页主体body标记
1注释
<!-- --!>