内联框架iframe

 <!DOCTYPE html>
 <html lang="en">
 <head>
   <meta charset="UTF-8">
   <title>内联框架iframe</title>
 </head>
 <body>
 <!-- B站嵌入代码
 <iframe src="//player.bilibili.com/player.html?aid=845795052&bvid=BV1b54y1V77B&cid=346315444&page=1"
         scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true">
 </iframe>
 -->
 <iframe src="第一个网页.html"
         frameborder="0" width="800" height="1000">
 </iframe>
 
 </body>
 </html>

 

 posted on 2021-06-16 14:29  琪琪又炸毛了  阅读(76)  评论(0)    收藏  举报