

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
With the help of thish you made html frame and frameset programs
Typology: Study notes
1 / 2
This page cannot be seen from the preview
Don't miss anything!


HTML frames are used to divide your browser window into multiple sections where each section can load a separate HTML document. A collection of frames in the browser window is known as a frameset. The window is divided into frames in a similar way the tables are organized: into rows and columns.
There are few drawbacks with using frames, so it's never recommended to use frames in your webpages −
To use frames on a page we use tag instead of tag. The tag defines, how to divide the window into frames. The rows attribute of tag defines horizontal frames and cols attribute defines vertical frames. Each frame is indicated by tag and it defines which HTML document shall open into the frame.
Note − The tag deprecated in HTML5. Do not use this element.
Following is the example to create three horizontal frames − Live Demo
HTML Frames