Creates a new <table> element. /// /// This is identical to calling new Element.tag('table').

Source

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