Can i implement video files in the web pages? If so then please tell me how to do it using html tags | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can i implement video files in the web pages? If so then please tell me how to do it using html tags

19th May 2017, 3:59 AM
Bro Sidhz
Bro Sidhz - avatar
2 Answers
+ 1
<video src="Video URL" width="170" height="85" controls> </video>
19th May 2017, 4:04 AM
Suhail Pappu
Suhail Pappu - avatar
0
thanks a lot
20th May 2017, 8:38 PM
Bro Sidhz
Bro Sidhz - avatar