HTML attributes provide additional information about HTML elements. All HTML elements can have attributes. Attributes are always specified in the start tag.
| Attribute | Description |
|---|---|
| href | URL for links |
| src | Source for images |
| width/height | Size of elements |
| alt | Alternate text for images |
| style | Inline CSS styling |
| title | Tooltip text |
| class | CSS class name |
| id | Unique identifier |
Edit the code below and click Run to see the result live.