带有带有制定高度和宽度的 iframe:
<iframe src ="/index.html" width="400" height="300"
>
<p>Your browser does not support iframes.</p>
</iframe>
height 属性规定 iframe 的高度。
<iframe height="value">
值 | 描述 |
---|---|
pixels | 以像素计的高度值(比如 "100px")。 |
percent | 以包含元素百分比计的高度值(比如 "20%")。 |