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