- 0133技术站
- 联系QQ:88526
- QQ交流群
- 微信公众号
这个属性定义了帧之间的边距有多宽。可能的值
pixels:规定框架的左边距和右边距
所有主流浏览器都支持 marginwidth 属性。
<frame marginwidth="pixels">
<!DOCTYPE html> <html> <frameset cols="50%,50%"> <frame src="https://public.xp.cn/down/course_demo/html/frame_tabs/frame_a.htm" marginwidth="50"> <frame src="https://public.xp.cn/down/course_demo/html/frame_tabs/frame_b.htm" marginwidth="0"> </frameset> </html>
点击 "运行实例" 按钮查看在线实例
推荐手册