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

<frameset cols="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">

<noframes>
<body>您的浏览器无法处理框架!</body>
</noframes>

</frameset>

</html>
运行结果: