< All the HTML Tags >

<frameset></frameset>

Video Coming Soon...

  • frameset

    Tag Type

    block

    Tag Category

    content

    Defines a frameset

    Viewed

    1

    Examples

    1

Definition:

The HTML <frameset> tag was used to create a collection of frames that could contain separate HTML documents within a single browser window, but it is now deprecated.

Instead of using framesets, developers are encouraged to use CSS for layout management and <iframe> for embedding content, as they offer better support and flexibility.

Attributes:

Deprecated in HTML5, cols, rows

Accessibility:

Coming Soon…

Default frameset Example:

Using the <frameset> tag to define a frameset layout.
<frameset rows="50%,50%"></frameset>

Default frameset Result:


Coming Soon…

Community Examples:

Coming Soon…
Coming Soon…