<!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="1000px"height="800px"></iframe>
<a href="https://www.bilibili.com/video/BV1x4411V75C?p=11&spm_id_from=pageDriver"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>