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