سمة اسم <iframe> HTML

❮ علامة HTML <iframe>

مثال

<iframe> يعمل كهدف لارتباط:

<iframe src="demo_iframe.htm" name="iframe_a"></iframe>

<a href="https://www.w3schools.com" target="iframe_a">W3Schools.com</a>

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

تحدد السمة nameاسمًا لإطار iframe.

يمكن استخدام هذه nameالسمة للإشارة إلى العنصر في JavaScript ، أو كقيمة targetلسمة عنصر <a>أو <form>عنصر ، أو formtargetسمة لعنصر <input>أو <button>عنصر.


دعم المتصفح

Attribute
name Yes Yes Yes Yes Yes

بناء الجملة

<iframe name="name">

قيم السمات

Value Description
name Specifies a name for the <iframe>

❮ علامة HTML <iframe>