<header>头部</header> <section>主体</section> <footer>底部</footer>
<!-- name 与 target 相对应,就可以跳转--> <iframe src="" name="mainFrame" width="600px" height="400px"></iframe> <a href="http://www.baidu.com" target="mainFrame">百度</a>