In case I'm learning WEB (HTML, php, Css and Javascript), and for html there is a function for images, however I came across the difficulty of sending an image if it has spaces in the name or path.
<body>
<img src="../../pictures/Sample Pictures/Desert.jpg" width="400" height="300">
</body>
I know it's recommended not to use spaces for programming languages and etc, but I was wondering if there is a way to resolve this without renaming folders or files, just for the sake of knowledge, because in fact I have the habit of not using spaces . Does anyone know how to solve this, or just renaming msm?