HTML Tags
| Tag | Description |
|---|---|
| <html> | Defines the root of an HTML document |
| <head> | Contains metadata about the document |
| <body> | Defines the document's body |
HTML Attributes
| Attribute | Description |
|---|---|
| class | Specifies one or more class names for an element |
| id | Specifies a unique id for an element |
| src | Specifies the URL of an external script file |
HTML Events
| Event | Description |
|---|---|
| onclick | Occurs when the user clicks on an element |
| onmouseover | Occurs when the user moves the mouse over an element |