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