What is the correct format for the image path of the background-image property | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is the correct format for the image path of the background-image property

background-image: url("abc.png");

21st May 2018, 5:09 AM
nadir ali
nadir ali - avatar
3 Answers
+ 2
body { background-image:url("test.jpg"); background-repeat:no-repeat; background-size:5px 5px; }
21st May 2018, 5:16 AM
Sudarshan Rai
Sudarshan Rai - avatar
+ 1
background-image:url("image. jog)
21st May 2018, 2:11 PM
Tina Adindu
Tina Adindu - avatar
0
background-image:url("text.jpg");
17th Sep 2022, 9:34 PM
Odhiambo Tonny Blair
Odhiambo Tonny Blair - avatar