Can we use.gif or.mp4 as background in html? How? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can we use.gif or.mp4 as background in html? How?

3rd Sep 2019, 2:51 PM
Avinash
Avinash - avatar
2 Answers
+ 3
Of course it is possible. Css code: To link background image in body: body { background- image:url("https://www.giphy.com/yoururl.gif"); } Here, yoururl means the url you are trying to use for the code with extension .gif, .mp4 etc.
3rd Sep 2019, 8:01 PM
NightFox
NightFox - avatar
+ 10
Yes you can
9th Sep 2019, 4:05 PM
MCGAmedCoder gamerArtist
MCGAmedCoder gamerArtist - avatar