基础
- <p><!-- H5标准声明,使用 HTML5 doctype,不区分大小写 --></p><p><!DOCTYPE html></p><p><!-- 标准的 lang 属性写法 --></p><p><html lang="zh-cmn-Hans"></p><p><!-- 声明文档使用的字符编码 --></p><p><meta charset=’utf-8′></p><p><!-- 优先使用 IE 最新版本和 Chrome进行渲染 --></p><p><meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″/></p><p><!-- 页面描述 --></p><p><meta name=”description” content=”不超过150个字符”/></p><p><!-- 页面关键词 --></p><p><meta name=”keywords” content=””/></p><p><!-- 网页作者 --></p><p><meta name=”author” content=”name, email@gmail.com”/></p>
|