HTML部分
DTD
document type define 文档类型定义 ,通过DOCTYPE声明,告诉浏览器用什么规范标签渲染
dtd有三大类七小类,html和xhtml中有严格定义类型,过渡定义类型,框架定义类型,以及html5
常见元素 文章类 h1-h6   > < hr br strong b i em u int s del sub sup
列表 无序ul li 有序列表 ol li 自定义列表 dl dt dd
表格 table tr th td 表单 form input select textare label
常见元素属性
meta 描述,作者信息,视口,字符集 link 与@import 区别 link同步加载,@import异步
img title alt title是鼠标悬停时的提示信息, alt是图片无法渲染时候的替换信息
href 和 src区别 href是引用 作用于a和link 标签 是建立联系 src是引入 是替换当前元素
input type text password radio checkbox image file button submit hidden reset
form action规定当表单提交时,向何处发送表单数据
语义化标签h5 header footer nav aside section article