How do an animated video using HTML/CSS? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How do an animated video using HTML/CSS?

I want to do a tribute video..... using HTML and CSS only...

30th Jun 2019, 1:51 AM
Aditya
Aditya - avatar
1 Answer
+ 4
Use the video tag and specify at least 1 source. There is a good explanation and example at: https://www.w3schools.com/tags/tag_video.asp I found this working example on Sololearn: https://code.sololearn.com/W4jSd4tHpeTX/#html
30th Jun 2019, 4:54 AM
Josh Greig
Josh Greig - avatar