I recently encountered an issue while trying to include images in my HTML file. When I used a local file path like background-image: url('file:///C:/Users/faycel/Desktop/site%20guide/paris.jpg'), the image displayed correctly. However, when I tried using a different link for another picture, it didn't work. This made me concerned about what would happen when I publish my website online. Since the local file path only works on my computer, I thought of using Google Drive to host the images I plan to use. Even though all the pictures were public in my drive, I couldn't get any of them to appear on my webpage when I used the links provided.
PS: I also attempted using the method ./images/logo.png with no success.