代码示例:(标识:eg_html_frame_rows)
<html>

<frameset rows="25%,50%,25%">

  <frame src="/static/demo/html/frame_a.html">
  <frame src="/static/demo/html/frame_b.html">
  <frame src="/static/demo/html/frame_c.html">

</frameset>

</html>
运行结果: