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