What is the function of the <vedio> tag? Write any three attributes of this tag.
Answers
Answered by
6
The HTML 5 <video> tag is used to specify video on an HTML document. For example, you could embed a music video on your web page for your visitors to listen to and watch. The HTML 5 <video> tag accepts attributes that specify how the video should be played. Attributes include preload , autoplay , loop and more.
Similar questions