meta标签
<!DOCTYPE html>
<meta charset="UTF-8">
<meta name="keywords" content="HTML5,JavaScript,前端,Python" />
<meta name="description" content="发布H5.Js等前端相关信息"/>
<meta http-equiv="refresh" content="5;url=http://www.baidu.com"/>
<title>meta标签
<h1>5秒以后跳转页面
</html>
HTML语法规范
html中不区分大小写 一般小写
注释不能嵌套
标签要成对
标签可以嵌套 但不能交叉嵌套
html属性的值必须要加引号(单引号、双引号)