IFrame-iframe
title: IFrame
date: 2022-05-23 11:32:08.529
updated: 2022-05-23 11:43:02.136
url: /archives/iframe
categories:
- Html
tags:
- 学习
IFrame 对象代表一个 HTML 的内联框架。
<iframe> 标签定义了包含另外一个文档的内联框架。在 HTML 文档中 <iframe> 每出现一次,一个 IFrame 对象就会被创建。
详细操作
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=28754102&auto=1&height=66"></iframe>
效果展示 , 在页面内嵌一个 网易云播放器