HTMLElement.strong constructor

HTMLElement.strong()

Creates an HTMLElement using the tag 'strong'.

Implementation

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