<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>内联标签</title>
</head>
<body>
<!--
 ifame 内联框架
 src 内联网站的地址
 w&h 长和宽
 -->

<!--<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>-->

<!--<iframe src="https://www.baidu.com/" frameborder="0" width="800" height="1000"></iframe>-->

<iframe src="" name="test" frameborder="0" height="100" width="80"></iframe>
<a href="媒体元素.html" target="test">点击跳转</a>
</body>
</html>