HTMLHeadingElement.h1 constructor
HTMLHeadingElement.h1()
Creates an HTMLHeadingElement using the tag 'h1'.
Implementation
HTMLHeadingElement.h1() : _ = document.createElement('h1');
Creates an HTMLHeadingElement using the tag 'h1'.
HTMLHeadingElement.h1() : _ = document.createElement('h1');