W3Schools.com

HTML <iframe> align Attribute

HTML iframe Tag Reference HTML <iframe> tag

Example

A right-aligned <iframe>:

<iframe src="/default.asp" width="200" height="200" align="right">
<p>Your browser does not support iframes.</p>
</iframe>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The align attribute is deprecated, but still supported in all major browsers.


Definition and Usage

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.


Compatibility Notes

The align attribute of <iframe> is not supported in HTML 4.01 Strict / XHTML 1.0 Strict DTD.

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.


Syntax

<iframe align="left|right|middle|top|bottom">

Attribute Values

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 Reference HTML <iframe> tag
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$3.98 Unlimited Hosting
Premium Website Design
WEB BUILDING
Download XML Editor
FREE Website BUILDER
Best Website Templates Top CSS Templates
CREATE HTML Websites
EASY WEBSITE BUILDER
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE