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

縦2分割

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


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