Align an image in the middle of a text:
![]()
The align attribute is supported in all major browsers.
The <img> align attribute is not supported in HTML5. Use CSS instead.
The align attribute of <img> is deprecated in HTML 4.01.
The align attribute specifies the alignment of an image according to the surrounding element.
The <img> element is an inline element (it does not insert a new line on a page), meaning that text and other elements can wrap around it. Therefore, it can be useful to specify the alignment of the image according to surrounding elements.
The align attribute of <img> is deprecated in HTML 4.01. Use CSS instead.
CSS syntax: <img style="float:right">
CSS Example: Float an image to the right
In our CSS tutorial you can find more details about the float property.
| 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 |
HTML <img> tag
Your message has been sent to W3Schools.