Help for this page

Select Code to Download


  1. or download this
    <audio controls>
    src = "file.mp3", type = "audio/mpeg"
    </audio>
    
  2. or download this
    $co->tag ('audio', { controls=>[], type => "audio\/mpeg", src => "$fil
    +ename.".mp3"})
    
  3. or download this
    <audio controls="controls" src="theme1.mp3" type="audio/mpeg"></audio>
    
  4. 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" />