Creates a new <table> element.
This is identical to calling new Element.tag('table').
Source
factory Element.table() => new Element.tag('table');
    Creates a new <table> element.
This is identical to calling new Element.tag('table').
factory Element.table() => new Element.tag('table');