Ajoutez un GIF une image d'arrière-plan dans HTML

<head>
  <style>
   body{
    background-image: example.GIF;
}
   </style>

  //if you are hosting the site you should  change example . gif to the image  link
  <style>
  body{
    background-image: url("url of the image");
}
   </style>
Paker the meme god