 |
Saturday, May 17, 2008 
<FRAME> Frame Definition
|
DEFINITION Defines a single frame in a frameset. This is not a container, so no matching end tag exists. |
SUGGESTED STYLE/USAGE Although this tag is supported by the latest versions of the major browsers, frame specifications vary widely from browser to browser. Anticipating how a particular browser will interpret frame information is difficult. If you use frames, offer an alternative route through you Web Sites for your users via the <NOFRAMES> tag. Frames may be included in the next version of the html DTD. |
EXAMPLE <html> <HEAD> <TITLE>Frames Sample</TITLE>
</HEAD> <FRAMESET COLS="50%"> <FRAME FRAMBORDER=1 SCROLLING=YES SRC="sidemenu.html"> <FRAME FRAMBORDER=1 SCROLLING=NO SRC="main.html"> </FRAMESET> </html> |
 |
 |