| Attribute |
Description |
| ID |
Identifies this tag to reference in script (program code) |
| CLASS |
Define the class used to render this element (defined by a style sheet) |
| TITLE |
A title that is associated with the element (displayed as a tooltip in Internet Explorer) |
| NAME |
The name attribute identifies the frame for reference through client-side scripting or by the TARGET attribute |
| LONGDESC |
Provides a lengthy description of the frame, it's purpose and what it contains |
| SRC |
A URI indicating where the contents of the frame should be taken from. This is normally a web page on the same server such as: /myframe/left_frame.asp |
| NORESIZE |
Include this attribute to indicate that you don't want the user to be able to resize the frame |
| SCROLLING |
Indicates how the contents of the frame may be scrolled. Possible values for this attribute are: auto (scrolling is provided as needed), yes or no (no scrolling is allowed) |
| FRAMEBORDER |
Should a border be drawn around the edge of the frame? 0 means no and 1 means yes. The default value for this attribute is 1 |
| MARGINWIDTH |
Indicate the amount of spacing to place at the left and right edges of the frame. This value is indicated in pixels such as MARGINWIDTH="10" |
| MARGINHEIGHT |
Indicate the amount of spacing to place at the top and bottom edges of the frame. This value is indicated in pixels such as MARGINHEIGHT="10" |