Wednesday 27 February 2013

Audio in HTML 5


<!DOCTYPE html>
<html>
<head>
    <title>Welcome to HTML5</title>
</head>
<body>
    <audio src="Media/00000.MP3" controls="controls" preload="auto">
    </audio>
    <br />
    <audio src="07 Kallikkaatil.mp3" controls="controls" preload="auto">
    </audio>
</body>
</html>

No comments:

Post a Comment

If any doubt?then please comment in my post

How to reduce angular CLI build time

 Index: ----- I am using angular cli - 7 and I am going to tell how to reduce the build time as per my knowledge. Problem: -------- Now the ...