audio
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<video autoplay>
<source src="videoplayback%20(3).mp4">
</video>
<audio controls>
<source src="videoplayback%20(3).mp4">
</audio>
</body>
</html>
Comments
Post a Comment