IFrame标签的常用属性。
src -- 引用链接地址
width -- 框架的__________
height -- 框架的高度
frameborder -- 定义了内容页的边框,取值为(1|0),缺省值为__________
marginwidth -- 定义了框架中HTML文件显示的左右边界的宽度,缺省值由浏览器决定
marginheight -- 定义了框架中HTML文件显示的上下边界的宽度,缺省值由浏览器决定
scrolling -- 设置或获取框架是否可被__________。
auto=自动调整
yes =有滚动条
no =无滚动条
src -- 引用链接地址
width -- 框架的__________
height -- 框架的高度
frameborder -- 定义了内容页的边框,取值为(1|0),缺省值为__________
marginwidth -- 定义了框架中HTML文件显示的左右边界的宽度,缺省值由浏览器决定
marginheight -- 定义了框架中HTML文件显示的上下边界的宽度,缺省值由浏览器决定
scrolling -- 设置或获取框架是否可被__________。
auto=自动调整
yes =有滚动条
no =无滚动条
举一反三
- 用来设置iframe框架大小的属性是 A: marginwidth和marginheight B: width和height
- 什么属性用于定义 iframe 是否显示边框? A: width B: border C: height D: frameborder
- .在一个框架标签iframe的属性中,不能设置下面哪一项。 A: 显示边框 B: 子框架的宽度或者高度 C: 边框宽度 D: 显示滚动条
- iframe标签的scrolling属性设置为_____的时候,无论iframe中的内容是否超出了iframe的大小都不会显示滚动条 A: yes B: no C: auto
- 在网页中加入一个内联框架,显示当前文件夹下名为"wonderland.html”的网页文件,宽高分别为包含元素的80%和50%,无边框无滚动条(看上去像是包含文档的一部分),允许该框架提交表单。能实现该功能的选项为( )。 未知类型:{'options': ['[iframe src="wonderland.html" height="50%" width="80%" seamless="seamless" /]', '[iframe src="wonderland.html" height="50%" width="80%" seamless="seamless" sandbox="allow-forms" /]', '[iframe src="wonderland.html" height="50%" width="80%" seamless="seamless" sandbox="allow-same-origin" /]', '[iframe src="wonderland.html" height="50%" width="80%" seamless="seamless" sandbox="allow-scripts" /]'], 'type': 102}