HTML--標簽

时间:2023-03-08 16:01:29

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