【2016.11.29】HTML框架

<!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>

 

posted @ 2016-11-30 00:31  杉哥  阅读(123)  评论(1)    收藏  举报