I'm trying to define static and dynamic programming languages in a simple way. In the context of HTML, CSS and JavaScript, without referring to the compile or run time.
Is it incorrect to say that
Static languages can only be updated when you update the source code.
Dynamic languages enable you to update content rendered to a webpage via the actual webpage.
Please let me know if I'm understanding it correctly.
Thanks!