html-转义标签

<html>
    <head>
        <title>框架标签</title>
        <meta http-equiv="content-type" content="text/html;charset=utf-8">
    </head>

        <frameset rows="30%,70%">
            <frame src="E:/mycode/day01-html/html/01-hello.html"/>
                    <frameset cols="30%,70%">
                        <frame src="E:/mycode/day01-html/html/01-hello.html"/>
                        <frame src="E:/mycode/day01-html/html/02-排版标签.html"/>
                    </frameset>
        </frameset>
</html>

1、框架标签不能包含在<body>标签内

2、框架标签可嵌套,其中rows属性值表示上下分,cols属性值表示左右分区。

posted @ 2016-08-27 00:23  ALMOST_MUJIN  阅读(368)  评论(0编辑  收藏  举报