Image Object
The align property sets or returns the value of the align attribute of an image.
The align attribute specifies the horizontal and vertical alignment of an image according to the surrounding element.
The align property can have one of the following values:
| Value | Description |
|---|---|
| left | Align the image to the left |
| right | Align the image to the right |
| middle | Align the image in the middle |
| top | Align the image at the top |
| bottom | Align the image at the bottom |
![]()
The align property is supported in all major browsers.
Align an image to the right of a text:
Image Object
Your message has been sent to W3Schools.