An image can be placed directly in page content using the
<img> tag.
Caption: Person biking in the sun
Images can appear inside table cells, useful for product or profile listings.
| Photo | Name | Category |
|---|---|---|
|
|
Dog | Animal |
|
|
Cat | Animal (row has background image) |
|
|
Multiple Dogs | Animal |
Using background-image in CSS, any element can have an
image background.
| Attribute | Purpose | Example |
|---|---|---|
src |
Image source URL or path | src="logo.png" |
alt |
Alternate text (accessibility) | alt="Company Logo" |
width |
Width in pixels | width="200" |
height |
Height in pixels | height="100" |
title |
Tooltip on hover | title="Click to zoom" |