HTML iframe frameborder Attribute
Jun 01
Definition and Usage
The frameborder attribute specifies whether or not to display a border around an iframe.
Browser Support
The frameborder attribute is supported in all major browsers.
Syntax
<iframe frameborder="value">
Attribute Values
1 Border on (this is default)
0 Border off
Example
An iframe with no border:
<iframe src="/default.asp" width="200" height="200" frameborder="0"> <p>Your browser does not support iframes.</p> </iframe>







Recent Comments