When it comes to including external javascript and CSS files, is there a noticeable difference compared to including all javascript and CSS files (including jQuery core) directly within the HTML file using <style>...</style>
and <script>...</script>
tags? Is there any impact on performance or behavior other than caching? (I am planning to work with this HTML file locally, so caching is not a concern)