An <iframe> that act as a target for a link:
![]()
The name attribute is supported in all major browsers.
The name attribute specifies a name for the <iframe>.
This name attribute can be used to reference the element in a JavaScript, or as the value of the target attribute of an <a> or <form> element, or the formtarget attribute of an <input> or <button> element.
NONE.
In XHTML, the name attribute is deprecated, and will be removed. Use the id attribute instead.
| Value | Description |
|---|---|
| name | Specifies a name for the <iframe> |
HTML <iframe> tag
Your message has been sent to W3Schools.