What is Front-End / Back-End?
HTML, CSS, Javascript are the three main elements to compose a website often referred to as Front-End.
What is CSS?
CSS is what’s called a Cascading Style Sheet language, and is used to stylize elements written in a markup language such as HTML. (World Wide Web Consortium)
What is JavaScript?
JavaScript is a text-based programming language used both on the client-side and server-side that allows you to make web pages interactive.
What is HTML?
HTML is how every site on the web is organized, so it’s a big one you can’t live without in front-end development.