chapter5_t3
Posted mjn1
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了chapter5_t3相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>浮动框架应用</title> <style type="text/css"> h3{text-align: center;} div{margin: 0 auto;text-align: center;} </style> </head> <body> <div> <h3>浮动框架中打开新页面</h3> <iframe name="left" src="http://www.pku.edu.cn"></iframe> <iframe name="right" src="http://www.seu.edu.cn"></iframe> <p> <a href="https://baidu.com" target="left">在左边浮动框中打开百度</a> <a href="http://qq.com" target="right">在右边浮动框中打开腾讯</a> </p> </div> </body> </html>
以上是关于chapter5_t3的主要内容,如果未能解决你的问题,请参考以下文章