HTML iframe height Attribute
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%"). |
HTML iframe height Attribute
Reviewed by 1000sourcecodes
on
04:45
Rating: