Muted and autoplay attributes

Report a typo

Enable muted and autoplay options for the video.

Please note that the video won't be displayed. It's just to practice writing attributes properly.

Write HTML and CSS code
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Video object</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>

<body>
<video src="video.mp4" controls width="400"></video>
</body>

</html>










Completed 0 of 2
Add muted option to the video
Add autoplay attribute to the video
___

Create a free account to access the full topic