ParagraphElement constructor

ParagraphElement()

Implementation

factory ParagraphElement() => JS(
    'returns:ParagraphElement;creates:ParagraphElement;new:true',
    '#.createElement(#)',
    document,
    "p");