When I open the HTML file directly, the CSS files and images cannot be loaded, but when opened with VS Code, they load fine
<p>When I try to open my HTML file with a direct click, it doesn't load the CSS file or image, but when I open it using VS code's live server, it works fine. Images and stylesheets are in separate files. </p>
<p>This is the code:
<code><link rel="stylesheet" href="/CSS files/stylesheet.css" type="text/css"> <meta charset="UTF-8"></code>< ;/p>