Video Audio

 <!DOCTYPE html>

<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<video autoplay muted controls width="200px">
<source src="video.mp4" type="video/mp4">
</video>

<audio autoplay muted controls width="200px">
<source src="video.mp4" type="video/mp4">
</audio>

</body>
</html>

Comments