PDA

View Full Version : What do you understand by Frames in HTML?



chetna
08-27-2019, 12:03 AM
What do you understand by Frames in HTML?

Goyum
08-27-2019, 12:25 AM
Frames are used to divide the window of ur browser .it uses elements like frameset ...field area...etc...it uses the same concept of creating tables .generally creating frames are avoided bcoz some browser doesn't support it...and hence JavaScript is used ...and mostly 50% of web developers prefer to work on JavaScript ...and mostly browser nowadays we come across are JavaScript enabled.

PoolMaster
08-27-2019, 02:04 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.

shunny0007
01-28-2021, 12:32 AM
Advertisements. HTML frames are used to divide your browser window into multiple sections where each section can load a separate HTML document.

sophiawils59
02-01-2021, 10:11 PM
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.

vijayshah1140
02-26-2021, 11:57 PM
ENough answers are given, I think @admin should close the thread now!!