HTMLElement.code constructor

HTMLElement.code()

Creates an HTMLElement using the tag 'code'.

Implementation

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