I am working on programming a very basic show streaming site for a project, and I have multiple folders. Folders include:
- HTML
- CSS
- Shows
Inside of the "Shows" folder, I have a subfolder called "Testshow".
How do I link a CSS file from the CSS folder into an html file in the Testshow folder? I have tried
<link rel="stylesheet" href="/css/style.css">
and some other things, but nothing has been working.