बैकग्राउंड-इमेज का इस्तेमाल करें एक छवि को क्षैतिज और लंबवत रूप से दोहराने के लिए गुण। पृष्ठभूमि छवि को दोहराने के लिए आप निम्न कोड चलाने का प्रयास कर सकते हैं
उदाहरण
<!DOCTYPE html> <html> <head> <style> body { background-image: url("https://www.tutorialspoint.com/videotutorials/images/tutor_connect_home.jpg"); } </style> </head> <body> <h1>Background Image</h1> </body> </html>