I tried to add a video to a webpage. But I think there is an error. can anyone help me to solve this error
<Video width="1000" height="1050" autoplay>
<source src="file:///F:/Yohani/Works/Audio%20and%20video%20editing/Programming.mp4" type="video/filetype">
</Video>
I would suggest adding the video in the same directory as your file. Then all you have to do is add it's name in the
srcand changetypeto "video/mp4"Your code should look like this: