指定高度和宽度为 200 像素的 <iframe>:
<iframe src="./iframe.html" width="200" height="200" > </iframe>
height 属性指定 <iframe> 的高度,以像素为单位。
默认高度为 150 像素。
| 属性 Attribute |
|
|
|
|
|
|---|---|---|---|---|---|
| height | Yes | Yes | Yes | Yes | Yes |
<iframe height="pixels">
| 值 Value | 描述 Description |
|---|---|
| pixels | 内联帧的高度(以像素为单位)(例如 height="100") |