You are on page 1of 1

Unit-4

Learning Objectives
-Creating frames in HTML
-<FRAMESET> Tag
-<FRAME> Tag

Frames
Frames allow you to divide the webpage into several independent parts or panes.

The frames work as independent windows allowing multiple views at one time. They allow one part of
the web page to remain static while allowing other parts to change.

Frameset tag <Frameset>

a frameset is defined as a set of frames inserted in a HTML web page. These frames can be in form of
rows or columns in different proportions. A frameset tells the browser how to divide the screen into split
windows. The <FRAMESET> tag divides the web page into rectangular areas where an individual HTML
document can be loaded.

You might also like