View Full Version : Can You Tell Me About Frames In Html?
akshaypandit
08-21-2019, 04:02 AM
Can You Tell Me About Frames In Html?
WoodsPainting
08-21-2019, 04:16 AM
HTML Frames are used to divide the web browser window into multiple section where each section can be loaded separately. A frameset tag is the collection of frames in the browser window.
Saravanan28
08-21-2019, 10:39 AM
Refer this link HTML frameset tag <frameset> tag is not supported in HTML5. The <frameset> tag defines a frameset.
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.
RH-Calvin
08-22-2019, 12:05 AM
In the context of a web browser, a frame is a part of a web page or browser window which displays content independent of its container, with the ability to load content independently. The HTML or media elements that go in a frame may or may not come from the same web site as the other elements of content on display.
HTML frames are used to divide your browser window into multiple sections where each section can load a separate HTML document.
allen025
08-22-2019, 01:28 AM
A frameset is an element in hypertext markup language (HTML) which contains the different frame elements. It is used to inform the browser of the division of the screen into different split windows, and prohibits any content inside the body associated with a page.
imriakapoor
08-23-2019, 01:46 AM
HTML | <frame> Tag. HTML Frames are used to divide the web browser window into multiple sections where each section can be loaded separately. A frameset tag is the collection of frames in the browser window. Creating Frames: Instead of using body tag, use frameset tag in HTML to use frames in web browser.
Powered by vBulletin® Version 4.2.4 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.