DTD Document Type Definition 文档类型定义
HTML5的特点
标签不再区分大小写
元素可以省略结束标签
元素的属性可以省略属性值
运行属性值不使用引号
autofocus 属性 === focus()方法
HTML 基本元素
注释
根元素 html5允许完全省略
页面头部分
html5允许完全省略
页面标题
页面主体
核心属性 id ,class,style
事件属性 onload onunload onclick ondblclick
onmousedown onmouseup onmouseover onmousemove onmouseout
onkeypress onkeydown onkeyup等事件属性
到
定义标题一到标题六
段落 指定 id ,class,style等核心属性 还可以指定onclick等各种事件属性
换行
水平线