Webmaster
| <FRAMESET> | Defines a new set of horizontal or vertical frames. |
| ROWS | Sets the size of horizontal frames. |
| COLS | Sets the size of vertical frames. |
| <FRAME> | Defines a new frame. |
| NAME | Assigns a name to the frame. |
| SRC | Locates the resource to be displayed in the frame. |
| NORESIZE | Prevents the user from resizing the frame. |
| SCROLLING | Specifies scrollbar information (auto, yes or no). |
| FRAMEBORDER | Specifies border information (0 or 1). |
| MARGINWIDTH | Sets the horizontal margin size in the frame. |
| MARGINHEIGHT | Sets the vertical margin size in the frame. |
| <NOFRAMES> | Defines the code to be interpreted if frames are not supported. |