Seamless Attribute Description:
The seamless attribute is a boolean attribute that tells the user agent that the IFRAME should be inserted into the parent document so that it appears seamlessly within the parent document.
This attribute is valid in HTML5.
The Seamless Attribute is Used with These Tags:
The Seamless Attribute Contains:
The seamless attribute is a boolean attribute. This means that it has no contents. If it is present in the element, it is applied, otherwise not.
Here is an example of an IFRAME with a seamless attribute.
<iframe seamless>
Your browser does not support iframes.
</iframe>
If the document is XHTML, then you need to include a value of seamless. For example:
<iframe seamless="seamless">
Seamless Default Value:
The seamless attribute is boolean and doesn't have any value.
Seamless is Valid in HTML Versions:
- HTMl5
- XHTML5
Seamless Attribute DTD:
HTML5
<doctype html>

