how to add a animation or video to web page | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to add a animation or video to web page

27th Jun 2016, 3:57 PM
Ramesha Geethan
Ramesha Geethan - avatar
4 Answers
+ 1
Use SVG.
28th Jun 2016, 2:41 AM
Anonymous Lulz
Anonymous Lulz - avatar
+ 1
Video: <video width="400" controls> <source src="movie.mp4" type="video/mp4"> <source src="movie.ogg" type="video/ogg"> Your browser does not support HTML5 video. </video>
28th Jun 2016, 2:51 AM
ZinC
ZinC - avatar
0
what kind of animation ?
27th Jun 2016, 4:54 PM
hypex
0
a type of cartoon
29th Jun 2016, 10:42 AM
Ramesha Geethan
Ramesha Geethan - avatar