Want to create web pages? You'll want to learn HTML, CSS, and JavaScript. Let's learn what each language does.
HTML is a language that puts elements (text, images, links, etc.) on a webpage.
It's easy to think about HTML as being the frame of a house.
CSS is a language for styling HTML elements. You can style elements with color, size, padding, etc.
It's easy to think about CSS as coloring the framed house.
JavaScript is a language for actions on web pages, such as displaying popup menus when a user hovers over an element, or showing the user a message when they click something on the screen.
JavaScript is like wiring the house up for electricity so that lights can be turned on.
Next: Introduction to HTML
Leave a comment