What is the functions of frameset?

I have read about the frame-set and i am confused about the usage of frame-set and the container tag. what is the main difference between these two tags?

There is no such tag as <frame-set> and no such tag as <container>.

The tag <frameset> was used to construct some pages 20+ years ago and is very obsolete nowadays.

If you are asking about Bootstrap, the CLASS “container” is expected to be the outermost box on a page. Otherwise, it’s just a generic classname.

You can Google those strings for more information.

5 Likes

Frameset is a html tag which has great importance in web designing.

  1. you can make different frames on same page
    2.all different frames can have different content like form,website’s link,list or anything.
    3.using css you have to specify size specifications .

You’re joking, surely? Please tell me you’re joking.

Note particularly:

Deprecated
This feature has been removed from the Web standards. Though some browsers may still support it, it is in the process of being dropped. Avoid using it and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.

4 Likes

Thank you nonpat. I will check it.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.