| Tag | Name | Description |
|---|---|---|
| <a> | Anchor | Creates a hyperlink to web pages. |
| <body> | Body | Represents the content of an HTML document |
| <button> | Button | Is an interactive element activated by a user with assistive technology |
| <div> | Division | Generic container for flow content |
| <h1>/<h6> | Heading | Represent six levels of section headings |
| Attribute | Name | Description |
|---|---|---|
| id | Identifier | Identify the element and must be unique in the whole document. |
| class | Class | Classes allow CSS and JavaScript to select and access specific elements |