HTMLElement.noframes constructor
HTMLElement.noframes()
Creates an HTMLElement using the tag 'noframes'.
Implementation
HTMLElement.noframes() : _ = document.createElement('noframes');
Creates an HTMLElement using the tag 'noframes'.
HTMLElement.noframes() : _ = document.createElement('noframes');