English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Das Attribut frameborder legt fest, ob ein Raster um den Rahmen angezeigt werden soll. Aus praktischen Gründen ist es besser, dieses Attribut nicht zu setzen.
Two-page pages without border:
<frameset cols="50%,50%"> <frame src="frame_a.htm" frameborder="0"> <frame src="frame_b.htm" frameborder="0"> </frameset>Test it out ‹/›
IEFirefoxOperaChromeSafari
All major browsers support the frameborder attribute.
HTML5 The <frame> tag is not supported.
The frameborder attribute specifies whether to display a border around the frame.
Tip:For practical reasons, it is best not to set this attribute; use CSS to apply it. Border Style and Color.
<frame frameborder="1|0">
Value | Description |
---|---|
1 | With border (default). |
0 | Without border. |