Common Code We Use
HTML5
Probably the most widespread coding language and the one which comes to the average person’s mind when they are asked about coding. HTML is used in front end internet development, and it is found on pretty much every single website on the entire internet, making it an essential language for any front-end developer to use.
CSS3
Using CSS alongside HTML allows you to style your webpage by customising things like fonts, colours, styles, and more. While the HTML tells your web browser what a certain part of your web page should look like, the CSS code is what actually controls it.
JAVASCRIPT
(not to be confused with Java) JavaScript has traditionally been used for front-end website development to create interactive displays. It controls things like video players, animations, and GIFs. However, in recent times JavaScript has been used more and more for back-end development, meaning that you can theoretically develop the majority of your website using the one language.