- or download this
<audio controls>
src = "file.mp3", type = "audio/mpeg"
</audio>
- or download this
$co->tag ('audio', { controls=>[], type => "audio\/mpeg", src => "$fil
+ename.".mp3"})
- or download this
<audio controls="controls" src="theme1.mp3" type="audio/mpeg"></audio>
- or download this
An empty attribute - such as 'checked' in a checkbox can be encoded by
+ passing an empty array reference:
...
would print
<input checked type="checkbox" />