w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



iframe seamless attribute

The seamless attribute on the iframe element:

Examples

<iframeattribute="value(s)">...<⁄iframe>Examples
5.seamless="",  , seamless<iframe seamless> ... <⁄iframe>

Video demonstration iframe seamless attribute

HTML5 iframe seamless attribute Tutorial

min video details
00:00 video tutorial: seamless attribute on iframe element
00:10 our 2 iframes display properly in page, each one having a border that surrounds it, thus highlighting the frame that holds the content of a distinct document
00:19 both iframes have a border
00:24 seamless attribute on iframe element cancels the specific display of the iframe (no border) making the content of the iframe to display like part of the document that contains it
00:33 the first iframe is no longer highlighted due to seamless attribute (no border around it)
00:39 use seamless attribute if you wish the content of the iframe to display like part of the current document and not like a distinct document inside a frame
iframe intro iframe browser display iframe parents - children iframe src vs srcdoc iframe syntax iframe width, height attributesiframe name attributeiframe sandbox attributeiframe src attributeiframe srcdoc attribute