Definition and Usage The frameborder attribute specifies whether or not to show the border of the iframe. Syntax <iframe fra...
Definition and Usage
The frameborder attribute specifies whether or not to show the border of the iframe.Syntax
<iframe frameborder="1|0"> |
Syntax Example
<iframe frameborder="0"> |
Attribute Values
Value | Description |
---|---|
1 | Default. Frame border is shown. |
0 | Frame border is not shown. |