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
0

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

16th Oct 2016, 8:22 AM
hossein keyhani
hossein keyhani - avatar
1 Answer
+ 2
body { background-image: url("path/to/your/image.jpg"); } You can use either a relative or absolute path. If your image is in the same folder as your html file, just put the name of your image.
16th Oct 2016, 11:19 AM
Zen
Zen - avatar