noframes
Noframes is an HTML element used in conjunction with frameset documents to provide fallback content for browsers that do not support frames or have them disabled. Within a frameset-based page, the frameset element defines multiple subwindows called frames. The content placed inside the noframes element is displayed only when the user agent cannot render frames—for example, when frames are disabled in settings or when the browser lacks frame support.
Noframes can include ordinary HTML content such as text, links, images, and a basic navigation interface. It
Frames and framesets were common in early web design but have become obsolete in modern HTML. In
Legacy pages that use noframes may still rely on it for compatibility, but new work should avoid