使用
注意 − 此标签在HTML5中不受支持。请勿使用。
以下是属性 −
立即学习“前端免费学习笔记(深入)”;
您可以尝试运行以下代码,使用
<!DOCTYPE html> <html> <head> <title>HTML frameset Tag</title> </head> <frameset cols = "300, *"> <frame src = "/html/menu.htm" name = "menu_page" /> <frame src = "/html/main.htm" name = "main_page" /> <noframes> <body> Your browser does not support frames. </body> </noframes> </frameset> </html>
以上就是如何在HTML中添加一组框架?的详细内容,更多请关注IT视界其它相关文章!
本篇文章给大家分享6个值得一学的...
隐藏html标签的方法:1、通过...
html设置编码utf8的方法:...
html设置字体的方法:1、【f...
本篇文章给大家介绍html隐藏文...
本篇文章给大家介绍html页面实...
ithorizon