HTMLParagraphElement constructor

HTMLParagraphElement()

Creates an HTMLParagraphElement using the tag 'p'.

Implementation

HTMLParagraphElement() : _ = document.createElement('p');