I prefer to centralize all CSS files in a single folder for easy access. Below is the path of my CSS directory:
css/sampl.css
. Here, css
represents the folder.
This is the code snippet I am using:
<link href="/CSS/sampl.css" rel="stylesheet" type="text/css" />
However, I am facing issues accessing the sampl.css
file. Any assistance would be greatly appreciated.