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