FRAME HTML Element
The FRAME element specifies an individual frame within a FRAMESET. This is a block element and does not require a closing tag.
Attributes
Attribute | Value | Description |
---|---|---|
CLASS | Associates the element with a CSS style.
Note For Pocket PCs, supported only for devices running Windows Mobile 2003 software or later. |
|
ID | Uniquely identifies the element within a document.
Note For Pocket PCs, supported only for devices running Windows Mobile 2003 software or later. |
|
MARGINHEIGHT | 1...#
6 (default) |
Specifies the top and bottom margins of the contents for the frame. |
MARGINWIDTH | 1...#
6 (default) |
Specifies the left and right margins of the contents for the frame. |
NAME | String | Specifies the name of the frame. |
SCROLLING | Auto (default) | Specifies whether or not the user can scroll the frame. The browser determines whether scroll bars are needed. |
SCROLLING | Yes | Frame can be scrolled. |
SCROLLING | No | Frame cannot scroll. |
SRC | URL | Specifies the URL to be loaded in the frame. |
STYLE | Provides the definition of the CSS styles used for this element.
Note For Pocket PCs, supported only for devices running Windows Mobile 2003 software or later. |
Requirements
Pocket PC: Windows Mobile 2000 and later
OS Versions: Windows CE 3.0 and later
Send feedback on this topic to the authors.
© 2005 Microsoft Corporation. All rights reserved.