What is Coding?
At first glance coding looks extremely confusing, but once you get a little understanding about what it is and what it does you begin to realize its quite simple. Coding is the overall process of using a programming language to get a computer to behave how you want it to. This means through code you tell the computer what to do and what to put out on the screen. Within something called a script there are lines of code that tell a computer what to do and each script carries out a different job.
Coding Language (3+1 Model)
-
HTML: Known as the HyperText Markup Language which is the markup language used for documents to be displayed within your website
-
CSS: Known as the Cascading Style Sheets which is a styling language used for describing the presentation of a document, also written in a markup language such as HTML
-
JavaScript: Is a programming language that conforms other scripts into specification

great job of organization and making it easy to read and understand!