IFRAME - Inline Frame

Iframes are using to embed pages with in your HTML page, have a look at one example bellow.

You can adjust the width and height accordingly, can even customize the scrollbar colors up to your choice.

How to call a iFrame?

<IFRAME SRC="http://www.yahoo.com" FRAMEBORDER="0" WIDTH="550" HEIGHT="250">
</IFRAME>

Attributes of iFrame

SRC=URL (URL of frame content)
NAME=CDATA (name of frame)
LONGDESC=URI (link to long description)
WIDTH=Length (frame width)
HEIGHT=Length (frame height)
ALIGN=[ top | middle | bottom | left | right ] (frame alignment)
FRAMEBORDER=[ 1 | 0 ] (frame border)
MARGINWIDTH=Pixels (margin width)
MARGINHEIGHT=Pixels (margin height)
SCROLLING=[ yes | no | auto ] (ability to scroll)

Hosted by www.Geocities.ws

1