码迷,mamicode.com
首页 > Web开发 > 详细

html-转义标签

时间:2016-08-27 06:20:40      阅读:258      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!