创建一个新的 <table> 元素。
<table>
这相当于调用 new Element.tag('table')。
new Element.tag('table')
factory Element.table() => new Element.tag('table');