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