1. ホームページ作成トップ >
  2. フレームタグ >
  3. 左縦2分割右横2分割

左縦2分割右横2分割

このようにタグを入れます。
<html>
<head>
</head>
<frameset cols='30%,*' border='auto'>
<frame src='.html' name='frame1' scrolling='auto'>
<frameset rows=',*'>
<frame src='.html' name='frame3' scrolling='auto'>
<frame src='.html' name='frame2' scrolling='auto'>
</frameset>
</frameset>
</html>


この様なレイアウトになります。
1
2
3
inserted by FC2 system