I tried a normal test project to check if CSS is applying to the JSP page. But, no matter where I put my css file in the hierarchy, it is not working. Where to place the css file and how to include the tag in JSP?
I wrote a simple
<link href="css/grayscale.css" rel="stylesheet" type="text/css" />
to include css file.
my css file only consists of a test style to change paragraph style.
Please Help :(