give an example for video element? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

give an example for video element?

29th Sep 2016, 12:10 PM
Manonmani.M
Manonmani.M - avatar
2 Answers
0
<!DOCTYPE html> <html> <body> <video width="400" controls> <source src="Your video source" type="video/mp4"> Your browser does not support HTML5 video. </video> </body> </html>
29th Sep 2016, 12:18 PM
Oliver Brown
Oliver Brown - avatar
0
tq
29th Sep 2016, 12:32 PM
Manonmani.M
Manonmani.M - avatar