How to find path of any video & add in webpage | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to find path of any video & add in webpage

How to add a video in webpage using css

5th May 2023, 2:20 PM
Amit Kumar
Amit Kumar - avatar
3 Answers
0
Method one if your file is in other folder:- First right click on the file then properties then in the third container you can see the location. see below:- https://prnt.sc/Ubc1wzj-gk5l just copy it and put an "/" ->slash then put your file name like in my case :- C:\Users\rajsa\Downloads/photo_6242362935125063959_y.jpg If your file is in the same folder. then:- <video src="filename.mp4" alt="it will work fine"> just mention the file name with extension. Hope it helps.
5th May 2023, 5:39 PM
Raj Sarkar
Raj Sarkar - avatar
0
This method is only for pc, how to find video path in sololearn or mobile
5th May 2023, 11:59 PM
Amit Kumar
Amit Kumar - avatar