Share
HTML Attributes Reference
A complete list of legal attributes for each HTML element is listed in our:
Complete HTML Reference
Below is a list of some attributes that are standard for most HTML elements:
| Attribute | Value | Description |
| class | classname | Specifies a classname for an element |
| id | id | Specifies a unique id for an element |
| style | style_definision | Specifies an inline style for an element |
| title | tooltip_text | Specifies extra information about an element (displayed as a tool tip) |
For more information about standard attributes:
HTML Standard Attributes Reference