Please talk about this discussion
It is best to put CSS styles in a separate file so it can link to multiple pages. Likewise, it is best to put some JavaScript in separate files so it can link to multiple pages. This technique is useful because it minimizes errors and makes maintenance simpler. Also, it prevents the hassle of duplicating the same code. It is also useful to separate JavaScript from the page that contains HTML.
Please talk about this discussion