how to create video in html 5 in coding?
Answers
Answer:
Another aspect shared by both the audio and the video elements is that each has controls, autoplay and loop attributes.
In this example, the video will replay after it finishes playing:
<video controls autoplay loop>
<source src="http://www.sololearn.com/uploads/video.mp4" type="video/mp4">
<source src="http://www.sololearn.com/uploads/video.ogg" type="video/ogg">
Video is not supported by your browser
</video>
Here is your answer... ☺️☺️☺️
➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡
The controls attribute adds video controls, like play, pause, and volume. It is a good idea to always include width and height attributes. If height and width are not set, the page might flicker while the video loads. The <source> element allows you to specify alternative video files which the browser may choose from.
✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔
I hope this answer is helpful to u...❤❤❤
Keep Asking... ✌️✌️✌️
✨✨✨If help u. Mark my answer as brainliest✨✨✨
#N. H. Khan