HTML:- Video muted

<!DOCTYPE html> 

<html> 

 

<head> 

 <meta name="viewport" content="width=device-width, initial-scale=1"> 

</head> 

 

<body> 

 

 <!--Starts with no sound--> 

 <video width="480" muted="true" controls autoplay="true" src="video.MP4"> 

  </video> 

 

</body> 

 

</html>



Use of :- 
  • The muted attribute is a boolean attribute.
  • When muted attribute value is true, the audio output of the video should be muted.
HTML:- Video muted HTML:- Video muted Reviewed by Network security on May 05, 2019 Rating: 5

No comments:

Useful Information

Powered by Blogger.