+ 1
Can we use.gif or.mp4 as background in html? How?
2 Antworten
+ 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.
+ 10
Yes you can