<!DOCTYPE html>标签:12,22,框架,HTML,2022,内联 From: https://www.cnblogs.com/RUI2022/p/16998528.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>