<html>
<head>
<title></title>
<frameset cols="30%, 70%">
 <frame src="aaaa.html" name="aaaa">
 <frame src="bbbb.html" name="bbbb" noresize>
</frameset>
</html>


세로로 짜를땐 cols
가로로 짜를땐 rows
Posted by 정훈승