为了防止代码不显示写在了Java代码块
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <!--iframe内联框架 src:地址 w-h宽度和高度 --> <iframe src="" name="hello" width="800px" height="1000px"></iframe> <a href="1.我的第一个网页.html" target="hello">点击跳转</a> <!--<iframe src="//player.bilibili.com/player.html?aid=55631961&bvid=BV1x4411V75C&cid=97257967&page=11" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe> --> </body> </html>