Webmaster

HTML : Frames
Contents ]
Jérôme Versavel

All Tags and their Attributes

Here is a summary of all the elements relating to frames:

<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.





  1   2   3   4   5   6   7