| |
Description
| |
The name attribute allows you to name the frame. Text placed within the frame tags renders as regular text in browsers that do
not support the <iframe> tag, and is usually used to tell the viewer that the page has floating frames.
|
Code
| |
<iframe name="NAME OF FRAME"></iframe>
|
|