欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

HTML <iframe> 標(biāo)簽的 height 屬性

定義和用法

height 屬性規(guī)定 iframe 的高度。

實例

帶有帶有制定高度和寬度的 iframe:

<iframe src ="/index.html" width="400" height="300">
<p>Your browser does not support iframes.</p>
</iframe>

TIY

語法

<iframe height="value">

屬性值

描述
pixels 以像素計的高度值(比如 "100px")。
percent 以包含元素百分比計的高度值(比如 "20%")。