Easy Tutorial
❮ Att Global Contextmenu Html Symbols ❯

HTML <iframe> seamless Attribute

HTML <iframe> Tag

Example

An <iframe> that appears as part of the included document:


Browser Support

Note: Only Chrome and Safari 6 support the seamless attribute for the <iframe> tag.


Definition and Usage

The seamless attribute is a boolean attribute.

The seamless attribute specifies that the <iframe> should appear as part of the included document (without borders and scrollbars).


Differences Between HTML 4.01 and HTML5

The seamless attribute is new in HTML5.


Differences Between HTML and XHTML

In XHTML, attribute minimization is forbidden, and the seamless attribute must be defined as <iframe seamless="seamless">.


Syntax


❮ Att Global Contextmenu Html Symbols ❯