Answers for "whats is the html code for stop autoplay a video"

0

html auto start video

<video controls autoplay>
  <source src="movie.mp4" type="video/mp4">
  <source src="movie.ogg" type="video/ogg">
  Your browser does not support the video tag.
</video>
Posted by: Guest on August-15-2021

Browse Popular Code Answers by Language