HTML内联框架
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<!--iframe内联框架
src:地址
w-h:宽度高度-->
<iframe src="" name="hello" frameborder="0" width="500px" height="400px" ></iframe>
<a href="2.基本标签.html" target="hello">点击跳转</a>
<!--<iframe src="//player.bilibili.com/player.html?aid=765814340&bvid=BV1fr4y1Y7UH&cid=487616910&page=1"-->
<!--scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true">-->
<!--</iframe>-->
</body>
</html>