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