1、標籤不再區分大小寫
Hello,World!
2、元素可以省略結束標籤
(1)空元素語法的元素:area、base、br、col、command 、embed、hr、img、input、keygen、link、mata、param、source、wbr
(2)可以省略結束標籤的元素:colgroup、dt、dd、li、optgroup、p、rt、rp、thread 、tbody、tfoot、tr、td、th
(3)可以全部省略標籤的元素:html、head、body、tbody
3、允許省略屬性值的屬性
4、允許屬性值不使用引號