سمة عرض <iframe> HTML

❮ علامة HTML <iframe>

مثال

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

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

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

تحدد السمة widthعرض إطار iframe بالبكسل.

العرض الافتراضي 300 بكسل.


دعم المتصفح

Attribute
width Yes Yes Yes Yes Yes

بناء الجملة

<iframe width="pixels">

قيم السمات

Value Description
pixels The width in pixels (like "100px" or just "100")

❮ علامة HTML <iframe>