Answers for "auto play audo files html"

0

html5 audio tag autoplay loop

<audio controls loop autoplay height="" width="">
      <source src="movie.mp3" type="audio/mp3" />
    </audio>
Posted by: Guest on October-18-2020
0

auto play audo files html

<audio controls loop autoplay height="" width="">
      <source src="movie.mp3" type="audio/mp3" />
    </audio>
Posted by: Guest on December-13-2020

Browse Popular Code Answers by Language