11 iframe内联框架

发布时间 2023-09-17 11:48:23作者: 被占用的小海海

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>iframe内联框架</title>
</head>
<body>
<iframe
        src="//player.bilibili.com/player.html?aid=55631961&bvid=BV1x4411V75C&cid=97257967&p=11"
        scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true">
</iframe>
<iframe src="" frameborder="0" name="hello"  ></iframe>
<a href="https://i.cnblogs.com/posts/edit" target="hello"> 点击跳转 </a>

<!--<iframe src="https://www.baidu.com" frameborder="0"></iframe>-->
</body>
</html>