HTML iframe frameborder Attribute
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. |
HTML iframe frameborder Attribute
Reviewed by 1000sourcecodes
on
04:46
Rating: