Jazzo.co.uk uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our Privacy Policy and our Terms & Condition.

HTML <iframe>

query_builder | Christopher Pisani

The HTML element <iframe> which stands for Inline Frame, is used to embed another HTML document in the same document. A callback can be inserted within the iframe element for browsers that do not support the iframe, example : Your browser does not support iframes..

Available Attributes


Attribute Values Functionality
height numeric value Numeric value in pixels to define the height
width numeric value Numeric value in pixels to define the width
src filename The document source file link
name text The name of the iframe
sandbox allow-forms
allow-pointer-lock
allow-popups
allow-same-origin
allow-scripts
allow-top-navigation
Specifies a set of rules in the iframe
srcdoc text Sends data to the iframe