HTML 参考手册
HTML <frame> frameborder 属性
- CSS 实例:框架边框
源代码:
点击运行 »
<!DOCTYPE html> <html> <frameset cols="50%,50%"> <frame src="/examples/frame_a.htm" style="border:medium double rgb(250,0,255)"> <frame src="/examples/frame_b.htm"> </frameset> </html>
运行结果:
点击运行 »