iframe内联框架

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

 

posted @ 2021-03-09 14:43  之樾  阅读(68)  评论(0)    收藏  举报