# 2.2 HTML常用术语

![](http://wy.codingirlsclub.com/blog/2017-05-27-html-tag-1.gif)

## 元素 - Element

**Inquiry Learning**

1. 什么是HTML元素(HTML Element)？
2. HTML文档和HTML元素什么关系？

## 标签 - Tag

**Inquiry Learning**

什么是HTML标签（HTML Tag）？

## 属性 - Attribute

**Inquiry Learning**

1. 什么是属性？ &#x20;
2. 标签和属性是什么关系？
3. 能否识别属性的name/value形式？

### 两个重要属性

* class

  **Learning by Reading**\
  [HTML class 属性](http://www.w3school.com.cn/tags/att_standard_class.asp) & [HTML 类](http://www.w3school.com.cn/html/html_classes.asp)
* id

  **Learning by Reading**\
  [HTML id 属性](http://www.w3school.com.cn/tags/att_standard_id.asp)
