<iframe> 标签的用法
iframe 元素会创建包含另外一个文档的内联框架(即行内框架)。实例<iframe src="http://www.xinbiancheng.cn"></iframe><iframe>HTML5 中的新属性属性值描述alignleftrighttopmiddlebottom规定如何根据周围的元素来对齐此框架。不推荐使用。请使用样式代替。frameborder10规定是否显示框架周围的边框。heightpixels%规定 iframe 的高度。longdescURL规定一个页面,该页面包含了有关 iframe 的较长描述。marginheightpixels定义 iframe 的顶部和底部的边距。marginwidthpixels定义 iframe 的左侧和右侧的边距。nameframe_name规定 iframe 的名称。sandbox""allow-formsallow-same-originallow-scriptsallow-top-navigation启用一系列对 <iframe> 中内容的额外限制。scrollingyesnoauto规定是否在 iframe 中显示滚动条。seamlessseamless规定 <iframe> 看上去像是包含文档的一部分。srcURL规定在 iframe 中显示的文档的 URL。srcdocHTML_code规定在 <iframe> 中显示的页面的 HTML 内容。widthpixels%定义 iframe 的宽度。全局属性<iframe> 标签支持 HTML 中的全局属性。事件属性<iframe> 标签支持 HTML 中的事件属性。<i><img>
赞 (0)