Frames Syntax



    < frameset>
    < rows = "value | value% | *">
    < cols = "value | value% | *">

    i.e.< frameset rows = "25% ,*">

    < frame>
    • <src>
    • <name>
    • <marginwidth>
    • <marginheight>
    • <scrolling = yes | no | auto>
    • <noresize>
    • <target>
    • <target="_top">



    i.e. <frame src="foo.html" name="left" scrolling=no, target="main" noresize>



    <noframe>

    <body>

    Viewing this page requires a browser capable of displaying frames.

    < /body>

    </noframe>

    </frameset>

©1997 Robert Altman