HTMLUnknownElement.multicol constructor

HTMLUnknownElement.multicol()

Creates an HTMLUnknownElement using the tag 'multicol'.

Implementation

HTMLUnknownElement.multicol() : _ = document.createElement('multicol');