Showing
1 changed file
with
5 additions
and
4 deletions
1 | # HTML代码规范 | 1 | # HTML代码规范 |
2 | 2 | ||
3 | -##文档概述 | ||
4 | -使用HTML5的文档类型声明:`<!DOCTYPE html>` | ||
5 | -指定IE兼容模式:`<meta http-equiv="X-UA-Compatible" content="IE=Edge">` | ||
6 | -指定字符编码:`<meta charset="UTF-8">` | 3 | +## 文档概述 |
4 | + | ||
5 | +* 使用HTML5的文档类型声明:`<!DOCTYPE html>` | ||
6 | +* 指定IE兼容模式:`<meta http-equiv="X-UA-Compatible" content="IE=Edge">` | ||
7 | +* 指定字符编码:`<meta charset="UTF-8">` | ||
7 | 8 | ||
8 | ## 语义化 | 9 | ## 语义化 |
9 | 定义:语义化是指用合理HTML标记以及其特有的属性去格式化文档内容。 | 10 | 定义:语义化是指用合理HTML标记以及其特有的属性去格式化文档内容。 |
-
Please register or login to post a comment