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