页面结构

页面结构

  • <header>头部</header>
    <section>主体</section>
    <footer>底部</footer>
    

iframe内联框架

  • <!-- name 与 target 相对应,就可以跳转-->
    <iframe src="" name="mainFrame" width="600px" height="400px"></iframe>
    <a href="http://www.baidu.com" target="mainFrame">百度</a>
    
posted @ 2021-05-06 14:11  saxon宋  阅读(71)  评论(0)    收藏  举报