Kirk S. answered 08/14/19
Style expert
It is all about semantics. Style and script are two calls that alert the browser of what is coming next. Style means just that how a site looks and script is what a site does or line of code.
A <style> is just that letting the browser know the information coming next is for styling the site using css.
A <script> is letting the browser know that a line of code from Jquery or Java script is coming next.