## 说说有哪些常用的标签 **考察点** 1. 标签的分类 2. html的基本结构 **回答** 1. 基础标签: `html`, `head`, `title`, `meta`,`body` 2. 标题类: `h1`, `h2`, `h3`, `h4`, `h5`, `h6`. 2. 列表类:`ul`, `ol`, `li`, `dl`, `dt`,`dd` 3. 功能类 : `a`, `img`,`video`,`audio`, `canvas`, `link`, `script`, `style` 4. 表单类:`form`, `fieldset`, `label`, `input`,`select`, `option`, `textarea`, `button` 5. 表格类: `table`, `caption`, `thead`, `tbody`, `tfoot`, `tr`, `th`, `td` 6. 排版类:`p`, `pre`, `code`, `article`, `header`, `footer`, `section`, `time` 7. 常用类: `div`, `span`