Uploading CSS and JS files

Avatar
  • Answered
Hello, I have made updates for my website in Dreamweaver and I have external CSS and JS. I know how to upload the HTML and images. Do I do the same for the CSS and JS files? Do I need to create new folders for these first and upload them into those folders? Thank you.
Avatar
JeffMa
Hello, To include CSS within Dreamweaver, you can follow Adobe's documentation on including CSS in Dreamweaver. It does not appear that Dreamweaver has a built-in function for including JS, but you can simply add the following to your file:

<script type="text/javascript" src="mhs.js"></script>