As a beginner in JavaScript and CSS, I have encountered some issues related to loading CSS and JS files.
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="sytlesheet" type="text/css" href="css/sunny/jquery-ui-1.8.16.custom.css">
In my specific page, I tried to load these two CSS files using the above lines of code. However, only the styles.css file is loaded while the second one seems to be ignored.
Another problem arises with the JS file. I am using Eclipse for web development. Even after updating the JS file and restarting the server before redeploying the program, Firefox still loads the old JS file. This issue has occurred while working with Tomcat.