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