|
|
You are here: HTML > Frames > <FRAME ...>
Attribute for <FRAME ...>
SRC ="URL"
SRC indicates the URL to put into the frame.
| this code |
produces this |
<HTML>
<HEAD>
<TITLE>Great Recipes</TITLE>
</HEAD>
<FRAMESET ROWS="15%,*">
<FRAMe SRC="recipetitlebar.html" NAME=TITLE SCROLLING=NO>
<FRAMESET COLS="20%,*">
<FRAMe SRC="recipesidebar.html" NAME=SIDEBAR>
<FRAMe SRC="recipes.html" NAME=RECIPES>
</FRAMESET>
<NOFRAMES>NOFRAMES stuff
</NOFRAMES>
</FRAMESET>
</HTML>
|
this page |
<FRAME NAME="..."> >>>
| |  | |
|
|
|
|
Copyright © 2002-10 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com
| |
|
|