
Gaining interest in Coding and you want to learn about it?
First off, What Is Coding?
Coding is the base of all websites, visually and functionally, even this website you’re using to read this blog. According to Merriam-Webster dictionary “Code: a system of signals or symbols of communication; to put in or into the form or symbols of a code”. You see, every bit of technology uses code to fully communicate with the user.
Coding Foundations languages the 3+1 Model
The “3 Superheros”

HTML
Structure of code-Stands for HyperText Markup Language and is used as the foundation of web pages. Here’s a page that talks about it.
Like the video below, it was embedded using HTML magic~~~
CSS
Style of code- From the previous wording you can pretty much guess CSS is how the code looks visually. CSS stands for Cascading Style Sheets. Here’s a page that talks more about it.
JS
Logic of code – The final superhero, JavaScript, which I would say is the final piece to coding that ties it all together to get the final product. Here’s a page that talks more about it.
HTML,CSS,JS are all important aspects to coding and knowing those first can lead to you great trial and error of your coding adventure so I suggest you consider this an informational starter to your hobby,or career. or you whatever you do with it.