Element.table()

Creates a new <table> element.

This is equivalent to calling new Element.tag('table').

Source

factory Element.table() => new Element.tag('table');