View Full Version : What do you understand by Frames in HTML?
pranav
08-10-2019, 04:27 AM
What do you understand by Frames in HTML?
WoodsPainting
08-10-2019, 04:48 AM
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.
HeavenlyBorn
08-12-2019, 12:08 AM
The <frameset> element holds one or more <frame> elements. Each <frame> element can hold a separate document.
The <frameset> element specifies HOW MANY columns or rows there will be in the frameset, and HOW MUCH percentage/pixels of space will occupy each of them.
rais_26
08-12-2019, 12:14 AM
HTML frames are used to divide your browser window into multiple sections where each section can load a separate HTML document.
RH-Calvin
08-12-2019, 03:28 AM
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.
Powered by vBulletin® Version 4.2.4 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.