Subscribe Us

Responsive Advertisement

Advertisement

18.audio

 <!DOCTYPE html>

<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
     
       <audio controls>
                      <source src="song.mp3" type="audio/mpeg">
        </audio>
</body>
</html>

Post a Comment

0 Comments