This translation is incomplete. Please help translate this article from English.
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.
Sumari
L'element HTML <frameset> es un contenidor d'elements <frame>.
<iframe>, aquest element no s'utilitza generalment pels llocs web moderns.Atributs
Com tots els altres elements HTML, aquest element és compatible amb els atributs globals.
cols- Aquest atribut especifica el nombre i grandària dels espais horitzontals en un conjunt de marcs.
rows- Aquest atribut especifica el nombre i grandària dels espais verticals en un conjunt de marcs.
Exemple
<frameset cols="50%,50%"> <frame src="https://developer.mozilla.org/en/HTML/Element/frameset" /> <frame src="https://developer.mozilla.org/en/HTML/Element/frame" /> </frameset>

