سمة ارتفاع <iframe> HTML

❮ علامة HTML <iframe>

مثال

<iframe> بارتفاع وعرض محددين 200 بكسل:

<iframe src="/default.asp" width="200" height="200">
</iframe>

التعريف والاستخدام

تحدد السمة heightارتفاع <iframe>، بالبكسل.

الارتفاع الافتراضي هو 150 بكسل.


دعم المتصفح

Attribute
height Yes Yes Yes Yes Yes

بناء الجملة

<iframe height="pixels">

قيم السمات

Value Description
pixels The height of the inline frame in pixels (e.g. height="100")

❮ علامة HTML <iframe>