HTMLHeadingElement.h3 constructor

HTMLHeadingElement.h3()

Creates an HTMLHeadingElement using the tag 'h3'.

Implementation

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