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

上横分割下縦2分割

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


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