
What is coding and what is a language?
Coding is the process of programming computers to behave in the manner that the programmer desires, using coding languages. Coding languages are the set of rules that converts graphical program elements into visual functions. Each language has different purposes and uses:
HTML
HTML is language that is used for structuring and presenting actual content on the website. It allows for users to view content and provides audio and video support. The latest version of HTML is HTML5, which has increased quality in websites in various ways which has enhanced the experience on websites.
CSS
CSS (cascading style sheets) is the language used for the style of the website. It is used to help keep information in the correct display format. This includes colors, layouts, fonts and allows adapting to different sized screens when using the website.
JavaScript
JavaScript is the language used for logic. It is the language used to create responsive, interactive elements which creates a better experience for users on the website. It is essentially the “brain” of the languages because it is interactive and responds to users.