Prev Demo
CSS3
>
Background-Repeat Property
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <style> body { background-image: url("/HTPictures/Generics/1-635724500240488175.gif"); background-repeat: repeat-y; } </style> <p>TechFunda.com</p> <p>DotNetFunda.com</p> <p>KidsFunda.com</p> <p>FarmingFunda.com</p> <p>ITFunda.com</p> </body> </html>
Note: We DO NOT save your trial code in our database.
Output