Test
Test
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 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 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.