Why should you use frame to create a Web Page?

1 answer

Answer

1020685

2026-07-26 00:15

+ Follow

JavaScript
JavaScript

The frame tag is used under a frameset DTD to create a multi-framed website. In modern website creation practices, frames are highly discouraged, but are still sometimes used.

Advantages:

  • You can create multiple panes (frames) with different content on the same page.

Disadvantages:

  • It is often difficult or impossible to create a URL that links directly to your content.
  • It often looks messy and is more difficult to manipulate or update.
  • Browser security protocols limit the interaction between frames, such as with JavaScript.
ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.