HTMLHeadingElement.h6 constructor

HTMLHeadingElement.h6()

Creates an HTMLHeadingElement using the tag 'h6'.

Implementation

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