HTMLHeadingElement.h2 constructor

HTMLHeadingElement.h2()

Creates an HTMLHeadingElement using the tag 'h2'.

Implementation

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