<iframe>
优质
小牛编辑
117浏览
2023-12-01
描述 (Description)
HTML 标记用于创建内联框架。
例子 (Example)
<!DOCTYPE html>
<html>
<head>
<title>HTML iframe Tag</title>
</head>
<body>
<iframe src = "https://www.xnip.cn/index.htm" width = "100%"></iframe>
</body>
</html>
全局属性 (Global Attributes)
此标记支持 - HTML Attribute Reference描述的所有全局属性
具体属性 (Specific Attributes)
HTML 标记还支持以下附加属性 -
属性 | 值 | 描述 |
---|---|---|
align | left right top middle bottom | 指定如何根据周围文本对齐iframe。 |
frameborder | 10 | 指定是否在框架周围显示边框。 |
height | pixels | 指定内联框架的高度。 |
longdesc | URL | 指向帧内容的长描述的URL。 |
marginheight | pixels | 允许您指定框架边框左右之间的空间宽度以及框架的内容。 该值以像素为单位。 例如marginwidth =“10”。 |
marginwidth | pixels | 指定帧的内容与其左右边距之间的边距(以像素为单位)。 |
name | text | 框架的名称 |
砂箱 | "" allow-forms allow-same-origin allow-scripts allow-top-navigation | 为iframe中的内容启用一组额外限制。 |
scrolling | yes no auto | 确定滚动条操作 |
无缝 | seamless | 指定iframe看起来应该是包含文档的一部分 |
src | URL | 帧内容文件的位置 |
srcdoc | HTML_code | 指定要在iframe中显示的页面的HTML内容 |
width | pixels | 指定内联框架的宽度。 |
事件属性 (Event Attributes)
此标记支持 - HTML Events Reference描述的所有事件属性
浏览器支持 (Browser Support)
Chrome | Firefox | IE | Opera | Safari | Android |
---|---|---|---|---|---|
Yes | Yes | Yes | Yes | Yes | Yes |