Tutorials References Menu

HTML <iframe> seamless Attribute - Removed

❮ HTML <iframe> tag

Example

An <iframe> that looks like it is a part of the containing document:

<iframe src="demo_iframe.htm" seamless></iframe>
Try it Yourself »

Definition and Usage

The seamless attribute is a boolean attribute.

When present, it specifies that the <iframe> should look like it is a part of the containing document (no borders or scrollbars).


Browser Support

Attribute
seamless Not supported Not supported Not supported Not supported Not supported

Syntax

<iframe seamless>

❮ HTML <iframe> tag