首页 > Web开发 > 详细

html-转义标签

时间:2016-08-27 06:17:55      阅读:247      评论:0      收藏:0      [点我收藏+]
<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属性值表示左右分区。

html-转义标签

原文:http://www.cnblogs.com/almost-mujin/p/5812083.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!