HTML-内联框架-2022-12-22

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>内联框架</title>
</head>
<body>

<iframe src=" " name="hello" frameborder="0" width="1000px"height="800px"></iframe>

<a href="链接标签.html" target="hello">点击跳转</a>

<!--<iframe src="//player.bilibili.com/player.html?aid=988463715&bvid=BV1C44y1S7qr&cid=914936988&page=1" -->
<!-- scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>-->
</body>
</html>
posted @ 2022-12-22 13:58  Rui2022  阅读(20)  评论(0编辑  收藏  举报