HTML5 <iframe> Tag
Info of HTML5 iframe Tag :inline frame: represents a nested browsing window
iframe Tag Attributes :src: URL of a page that the nested browsing context is to contain name: elements name sandbox: enables a set of extra restrictions on any content hosted by the iframe [allow-same-origin | allow-forms | allow-scripts] seamless: indicates whether the iframe element's browsing context is to be rendered in a manner that makes it appear to be part of the containing docu- ment [seamless] height: height of the frame in pixels width: width of the frame in pixels
0 comments :
Post a Comment