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