'frameborder' Syntax and Note
Note:
Whether to display a border around a frame or frameset.
Possible values include 0 or no, and 1 or yes.
0 or no means no border
1 or yes means display
Default value is 1 or yes
Syntax:
<element frameborder="value"> . . . </element>
Related examples in the same category