实例首页
自学教程
IT工具箱
源代码
下载代码
上下布局
点击运行 >
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>html frame 混合结构实例 - 自学教程(runoops.com)</title> </head> <frameset rows="50%,50%"> <frame src="//demo.runoops.com/sources/html/frame_a.html"> <frameset cols="25%,75%"> <frame src="//demo.runoops.com/sources/html/frame_b.html"> <frame src="//demo.runoops.com/sources/html/frame_c.html"> </frameset> </frameset> </html>
运行结果: