HTML images are defined with the <img> tag. The src attribute specifies the path to the image, and the alt attribute provides alternative text.
| Attribute | Description |
|---|---|
| src | Path to the image (required) |
| alt | Alternate text (required for accessibility) |
| width | Image width in pixels |
| height | Image height in pixels |
| title | Tooltip on hover |
| loading | lazy / eager loading |
Edit the code below and click Run to see the result live.