How to add video to your html page | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to add video to your html page

Please how can i successfully upload videos to my html page...mp4 or ogg or web4

6th Feb 2024, 5:08 PM
Kikile Uncle
Kikile Uncle - avatar
5 Answers
+ 4
Refer to the codes and questions links shared in the link below: https://www.sololearn.com/Discuss/3229927/?ref=app Codes shows the example how you can add images, videos, etc. Make sure you learn from Html tutorial and follow the example and instructions properly here on Sololearn.
6th Feb 2024, 5:42 PM
D Shah 🎯⏳️
D Shah 🎯⏳️ - avatar
+ 1
You don't upload it to the page; instead, you host the video somewhere (on a server) local or cloud and then access the file via a URL, for example, 'src="http://www.filehosted.com/video.mp4".' Make sure to use the actual URL for your hosted file.
6th Feb 2024, 9:01 PM
Chris Coder
Chris Coder - avatar
0
I know the code,my problem is that my upload is not working. I want to know how i can get the file to be uploaded on the html page. Don't forget i am using my mobile phone to do this.
6th Feb 2024, 8:16 PM
Kikile Uncle
Kikile Uncle - avatar
0
You can also share your code attempt, so we can better help you in your situation.
6th Feb 2024, 9:02 PM
Chris Coder
Chris Coder - avatar
0
Ok let me do just that
7th Feb 2024, 8:05 PM
Kikile Uncle
Kikile Uncle - avatar