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

【2016.11.29】HTML框架

时间:2016-11-30 04:00:09      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:charset   frame   ges   set   code   oct   alt   utf-8   log   

技术分享

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <title>框架</title>
    </head>
    <frameset rows="64,*" frameborder="no">
        <frame src="top.html" />
        <frameset cols="182,*">
            <frame src="left.html" />
            <frame />
        </frameset>
    </frameset>
        

</html>

 

【2016.11.29】HTML框架

标签:charset   frame   ges   set   code   oct   alt   utf-8   log   

原文地址:http://www.cnblogs.com/shan01/p/6116059.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!