PDA

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



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

PoolMaster
08-27-2019, 05:26 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.

kunalkumar
08-27-2019, 07:13 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.

yuva12
08-27-2019, 09:08 AM
HTML frames are used to divide your browser window into multiple sections where each section can load a separate HTML document.

asad1997
08-28-2019, 12:36 AM
A-Frame in HTML is a technique that divides the content of a page onto several parts. Search engines consider Frames as completely different pages and may have a negative impact on SEO. We should avoid the usage of Frames and use basic HTML instead.

nikki shah
08-28-2019, 12:53 AM
This post has been made in an incorrect category