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