HTMLElement.small constructor

HTMLElement.small()

Creates an HTMLElement using the tag 'small'.

Implementation

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