frameBorder attribute (frame, frameset, iframe)
Sets whether the frame is surrounded by a 3-D border.
JavaScript page for this attribute: frameBorder. You can find other example(s) there. |
Possible values:
String that sets the state of the border.
One of the following values:
No border is drawn. | |||||||
Default. Frame border is drawn. | |||||||
No border is drawn. | |||||||
Frame border is drawn. |
Default: 1.
Example HTML code 1:
This example illustrates the use of the frameBorder attribute:
|
|||||||
<iframe src="frame_noborder.htm" frameborder="0"></iframe> <br /><br /> <iframe src="frame_border.htm" frameborder="1"></iframe> |
|||||||
|
|||||||
Did you find this example helpful?
|
Supported by tags:
Related pages:
External links:
User Contributed Comments