HTMLElement.kbd constructor

HTMLElement.kbd()

Creates an HTMLElement using the tag 'kbd'.

Implementation

HTMLElement.kbd() : _ = document.createElement('kbd');