<iframe src="" frameborder="0">
The frameborder attribute of the IFRAME element specifies whether or not to display an iframe border.
<iframe src="example.html" frameborder="0"></iframe>
Attribute |
Value |
Explanation |
frameborder=" " |
0 |
the border is not displayed |
1 |
the border is displayed (default) |
Example