HTMLIFrameElement
) interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of inline frame elements.Reflects the
height
HTML attribute, indicating the height of the frame.
Reflects the
name
HTML attribute, containing a name by which to refer to the frame.
Reflects the
sandbox
HTML attribute, indicating extra restrictions on the behavior of the nested content.
Reflects the
src
HTML attribute, containing the address of the content to be embedded.
Reflects the
width
HTML attribute, indicating the width of the frame.