Linking CSS problems

Hi, I am trying to link my CSS code for my website to a HTML document in a subfolder. Is there a way I can do this without moving/copying the CSS code?

Add this to the HTML head

<link href="path/or/URL/to/css-file.css" rel="stylesheet" type="text/css" />
4 Likes

is there a way to go back 1 folder?

@ArjunSubash
../parentFolder

2 Likes