+ 2
How to add video which are in my mobile using html tags?
6 Answers
+ 2
you can't, you have to upload the video somewhere online and then embed it if you want other people to see it
+ 2
are you coding with your mobile?
if so, put the video in the same folder/directory with your video file and try this.
<video width = "500" height = "450" controls>
<source src = "theVideo.mp4">
</video>
+ 1
how can you show me how to code it?
+ 1
you are welcomed @sagar
0
grt
0
thanks alot tech inary