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