| |
| | DevGuru HTML Tag: frame |
 | | The tag is used to create one frame, which is simply a window within another window. |
 | | A frame element displays content, including forms, images, multimedia, other frames, tables, etc. It is very important to understand that the only way to assign content to a frame is to assign a URL using the src attribute. |
 | | If they are in a rows configuration, the first frame element is the top window, the second frame element is second from the top, etc. For the cols configuration, the order is left to right. |
| www.devguru.com /Technologies/html/quickref/html_frame.html (588 words) |
|