I am working on a front end project where my folder structure is :
FOLDER:BILL
FOLDER:CSS_FILES
file :style.css
FOLDER:HTML_FILES
file:index.html
FOLDER:IMAGES
image.png
This is how I load CSS in my html file and it does not work .
<link rel="stylesheet" type = "text/css" href="BILL/CSS_FILES/style.css">
I don't understand why as I have included the whole path . Maybe I should insert the css folder in the html one where it should work but I would like to know if there is another solution . Thank you in advance .
<head>tag?