Foundation Languages – The three trademarks – HTML, JavaScript, CSS
In the beginning coding looks intimidating and confusing. It can scare just about anyone who looks at it, with better understanding and clarity coding is actually super easy. Coding in simple terms is the “process of creating instructions for computers using programming languages”.

HTML – (HyperText Markup Language), hypertext refers to direct links that connects different webpages to one another. Like when we click on a link in a webpage and it takes us to another one, without having to type anything in the web browser.
JavaScript – Known as a text-based programming language, it basically gives webpages dynamic and interactive content.
CSS – (Cascading Style Sheets), basically the presentation portion of a webpage. It involves the look and layout, which in my opinion in crucial to a webpage.