> How to connect an external css file which is in a sub folder to my html page?

How to connect an external css file which is in a sub folder to my html page?

Posted at: 2014-12-18 
It should be



So my the directory goes as shown:

Website (root folder) ---->

html elements (sub folder) -> index.html

css (sub folder) -> style.css

So to make it clearer I have a main root folder which contains in it a html elements sub folder and a css sub folder. The html folder contains my index.html page and the css folder contains the style sheet I need to connect to the index.html page.

Here is the html code:



Please tell if you are not understanding what I am meaning as I am not greta at explaining things.