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