Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

add a gif a background image in 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>
 
PREVIOUS NEXT
Tagged: #add #gif #background #image #html
ADD COMMENT
Topic
Name
2+3 =