http://fishcaro.crosswinds.net/day_39_floating_frames.htm
A frame like this is called a "floating frame" or an "inline frame," and is the subject of the current lesson.
INDEX CARD #39:
WHAT IS A FLOATING FRAME? (39a)What are the advantages of floating frames? Floating frames are much easier to code than a regular frameset document, since they work much like an <IMG> tag. They can give easy access to the contents of another web site, without interfering with the flow of text. What are the disadvantages of floating frames? As of this writing, floating frames are only supported by Microsoft Internet Explorer, which greatly limits their usefulness. However, you can give alternate text to appear in browsers that don't support floating frames. |
THE <IFRAME> TAG (39b)
The only required attribute is SRC . All the attributes are
discussed on cards 39c and 39d.
|
ATTRIBUTES FOR THE <IFRAME> TAG (39c)
|
MORE ATTRIBUTES FOR <IFRAME> (39d)
|
Printable version of Index Card 39a
Printable version of Index Card 39b
Printable version of Index Card 39c
Printable version of Index Card 39d
WORKSHEET #39:
SRC="http://www.yahoo.com"
to load the YAHOO search engine into the frame.
Change each of the values of the
attributes, one at a time, to study the result. For example, change HEIGHT="200"
to HEIGHT="100"
and see what happens. Then, REMOVE each attribute, one at a time,
to see what the default value is.
ASSIGNMENT #39: