HTMLHeadingElement.h5 constructor

HTMLHeadingElement.h5()

Creates an HTMLHeadingElement using the tag 'h5'.

Implementation

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