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