Video Audio
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<video controls controlsList="nodownload" loop autoplay muted>
<source src="file_example_MP4_480_1_5MG.mp4">
</video>
<audio controls>
<source src="file_example_MP4_480_1_5MG.mp4" >
</audio>
</body>
</html>
Comments
Post a Comment