HTML--<frameset>標簽

<html>
<frameset rows="20,80">
<frame src="/example/html/frame_a.html" marginwidth="10" />
<frameset cols="30%,70%">
<frame src="/example/html/frame_a.html" marginwidth="10" />
<frame src="/example/html/frame_b.html" marginwidth="50" />
</frameset>
</frameset>

</html>

posted @ 2018-09-25 16:10  cutdragonhit  阅读(102)  评论(0)    收藏  举报
#foot { font-size:8px; font-color:white; }