html5 - Html audio control dissapears after page load -


i have tried following code

<audio controls> <source src="pop.wav" type="audio/wav" >     browser doesn't support audio element </audio> 

but when open html file in browser audio control pops , disappears.why audio control not being displayed in page.

thanks


Comments

Popular posts from this blog

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -

Desktop Launcher for Python Script Starts Program in Wrong Path (Linux) -