0
Frameset tag
Could anyone show me what is the point of using the frameset attribute ( idk what they use it for)? *P.s :provide me with examples
5 Antworten
+ 4
Frameset is old technology back in 2000.
It is to reduce loading of left side menu and banner by using a different html page at those frames.
Nowadays nobody uss frames anymore.
Use CSS flexbox and grid system instead.
+ 3
A frame divides the screen into separate windows with both vertical and horizontal scroll bars.. The windows so
formed may appear to be sub-windows of the main window (the webpage). This allows the user to access different
pages of a website from one screen if designed to do so. Frames are needed when you want to have menus on one
side and the contents or the operations on the other side. When the user clicks on one of the menu items, the
contents become visible on the other side. A frame divides the webpage into different windows. It makes some
structural changes to the main window.
+ 1
Frameset is used to divide webpages into sections...
+ 1
Mustafha Ahmad i dont see any differences,, it looks like a paragraph..
0
could you show me some examples please so i can get it clearier?