+ 2

How to add video which are in my mobile using html tags?

27th Aug 2018, 9:11 AM
Sagar bhandari
Sagar bhandari - avatar
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
27th Aug 2018, 9:37 AM
hinanawi
hinanawi - avatar
+ 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>
27th Aug 2018, 5:24 PM
Tech Inary
Tech Inary - avatar
+ 1
how can you show me how to code it?
27th Aug 2018, 10:30 AM
Sagar bhandari
Sagar bhandari - avatar
+ 1
you are welcomed @sagar
30th Aug 2018, 11:15 PM
Tech Inary
Tech Inary - avatar
0
grt
27th Aug 2018, 7:26 PM
STANSLOUS T SVOVA
STANSLOUS T SVOVA - avatar
0
thanks alot tech inary
28th Aug 2018, 2:50 AM
Sagar bhandari
Sagar bhandari - avatar