0
I have some codings in my website. In my webpage I have online radio button.When I click on it. It redirecting me. I don't want
I have some codings in my website. In my webpage I have online radio button.When I click on it. It redirecting me to another webpage. I don't want to redirecting. I want to play that radio in the same webpage. The coding are <div class='slide-in wow bounceInUp' data-wow-delay='1s' data-wow-duration='1s'> <a class='pointer' href='http://stream.zeno.live.com/jfrulkgxv73bgh.aac/> Can anyone help me with it... Pls...
4 Respostas
+ 1
use audio tag
+ 1
view the output of this 🤟
just change the value of src to your audio link 👍
<audio controls>
<source src="https://www.computerhope.com/jargon/m/example.mp3" />
</audio>
0
How to do that
0
What about the pointer butten