Html – I am not able to use the background-image CSS as i have the photo in different folder in VS code
I have saved the photo in a some other folder in VS code and my code is in some other folder and i want to use the photo as background image in code background-image: url("PhotosDesert.jpg"); background-size: cover; I tried this…