用来设置iframe框架大小的属性是
A: marginwidth和marginheight
B: width和height
A: marginwidth和marginheight
B: width和height
举一反三
- IFrame标签的常用属性。 <iframe id="fid" src="" width="428" height="30" marginheight="0" frameborder="0" scrolling="no" vspace="0" hspace="0" marginwidth="0" ></iframe> src -- 引用链接地址 width -- 框架的__________ height -- 框架的高度 frameborder -- 定义了内容页的边框,取值为(1|0),缺省值为__________ marginwidth -- 定义了框架中HTML文件显示的左右边界的宽度,缺省值由浏览器决定 marginheight -- 定义了框架中HTML文件显示的上下边界的宽度,缺省值由浏览器决定 scrolling -- 设置或获取框架是否可被__________。 auto=自动调整 yes =有滚动条 no =无滚动条
- iframe设置宽度的属性是什么? A: height B: width C: border D: wide
- 所有行内元素都无法使用width和height属性设置大小。()
- 当浮动框架的height=100%无效时,最简单的处理方法是()。 A: 设置iframe的height=100% B: 设置html的height=100% C: 设置body的height=100% D: 设置html、body和iframe的height=100%
- 既可以通过CSS的width和height属性,也可通过标签自身的width和height属性设置其尺寸。