具体例を見てください。
<html>
<head>
<title>
フレーム
</title>
</head>
<frameset cols="50%,*">←フレームを表示することを宣言します。
  <frame src="frame_a.html" name="frame_a">←表示するページのあるURLを指定します。
  <frame src="frame_b.html" name="frame_b">←同上
  <noframes>
  フレームに対応していない時に表示されます。
  </noframes>
</frameset>
</html>


実物はここに。

<body>はいりません。
cols="" 横 、rows="" 縦