How do you use the video attribute especially when the video you want to use is stored on your laptop using notepad | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do you use the video attribute especially when the video you want to use is stored on your laptop using notepad

Html

8th Aug 2020, 11:42 AM
Senkuule Raymond
Senkuule Raymond - avatar
2 Answers
+ 2
When using notepad, try: <video src="video.mp4" control> </video> Or <video controls autoplay> <source src =" video.mp4" type="video/mp4"/> </video> Where "video" is the video name and ".mp4" is its extension.
8th Aug 2020, 1:05 PM
Rawley
Rawley - avatar
0
Senkuule Raymond HTML5 video element? add HTML in the thread tags to improve context clarity please. Also add a bit more info on what problem you are facing with the video, for example; path of HTML and video files. It would be great if you can share a link to your code for inspection. You can share your code link by following below guide 👇 https://www.sololearn.com/post/75089/?ref=app
8th Aug 2020, 12:18 PM
Ipang