Definition and Usage The height attribute specifies the height of the iframe. Syntax <iframe height=" length "> ...
Definition and Usage
The height attribute specifies the height of the iframe.Syntax
<iframe height="length"> |
Syntax Example
<iframe height="300px"> |
Attribute Values
Value | Description |
---|---|
pixels | Height in pixels (like "100px", or just "100"). |
percent | Height in percent of the containing element (like "20%"). |