iframe内联框架

iframe内联框架:

 

<!DOCTYPE html>
<html lang="en">
<head>
   <meta charset="UTF-8">
   <title>内联框架 </title>
</head>
<body>
<!--iframe内联框架
src:地址
width:宽度
height:高度
-->
<iframe src="https:www.4399.com" name="hello" frameborder="0" width="1000px" height="800"></iframe>

<a href="https://zjwcoblogs/" target="hello">点击跳转</a>

<!--<iframe src="https://www.bilibili.com/video/BV1x4411V75C?p=12&share_source=copy_web&vd_source=17fb4fb6deff352f04fc5aaafdd94ff1" frameborder="0">-->
<!--    -->
<!--</iframe>-->
</body>
</html>
 
posted @ 2022-07-30 16:58  zjw_rp  阅读(111)  评论(0编辑  收藏  举报