close

<!DOCTYPE html>
<html>
<head>
    <title>HTML5 audio</title>
    <meta charset="utf-8">
    <meta http-equiv="Content-type" content="text/html" charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    </head>
<body>
    <h1>HTML5 Audio</h1>
    <audio controls=""> 
        <source src="music/Mo.mp3" type="audio/mpeg">   
        <source src="music/Mo.mp3" type="audio/ogg"> 
         // 在不同瀏覽器上音樂撥放

         The audio element is not supported in your browser!
         
    </audio>


</body>
</html>

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 A&B 的頭像
    A&B

    網頁前端新手上路辛酸史

    A&B 發表在 痞客邦 留言(0) 人氣()