HTML iframe frameborder Attribute
HTML <iframe> tag
Definition and Usage
The frameborder attribute specifies whether or not to show the border of the
iframe.
Syntax
<iframe frameborder="1|0">
|
Syntax Example
Attribute Values
Value |
Description |
1 |
Default. Frame border is shown. |
0 |
Frame border is not shown. |
Browser Support

The attribute is supported in all major browsers.
Example
Source |
Output |
<iframe src="demo_iframe.htm"
frameborder="0"></iframe>
|
|
Try-It-Yourself Demos
iframe frameborder attribute example
How remove the frameborder from an iframe.
HTML <iframe> tag
Learn XML with <oXygen/> XML Editor - Free Trial!
 |
|
oXygen helps you learn to define,
edit, validate and transform XML documents. Supported technologies include XML Schema,
DTD, Relax NG, XSLT, XPath, XQuery, CSS.
Understand in no time how XSLT and XQuery work by using the intuitive oXygen debugger!
Do you have any XML related questions? Get free answers from the oXygen
XML forum
and from the video
demonstrations.
Download a FREE 30-day trial today!
|
|