A right-aligned <iframe>:
![]()
The align attribute is deprecated, but still supported in all major browsers.
The <iframe> align attribute is not supported in HTML5. Use CSS instead.
The align attribute of <iframe> is deprecated in HTML 4.01.
The align attribute specifies the alignment of an <iframe> according to the surrounding element.
The <iframe> 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 <iframe> according to surrounding elements.
The align attribute of <iframe> is deprecated in HTML 4.01. Use CSS instead.
CSS syntax: <iframe style="float:right">
CSS Example: Float an iframe to the right
In our CSS tutorial you can find more details about the float property.
| Value | Description |
|---|---|
| left | Align the iframe to the left |
| right | Align the iframe to the right |
| middle | Align the iframe in the middle |
| top | Align the iframe at the top |
| bottom | Align the iframe at the bottom |
HTML <iframe> tag
Your message has been sent to W3Schools.