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