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