HTMLHeadingElement.h1 constructor

HTMLHeadingElement.h1()

Creates an HTMLHeadingElement using the tag 'h1'.

Implementation

HTMLHeadingElement.h1() : _ = document.createElement('h1');