Difficulty: Beginner
(may be hard to learn, as they are VERY different from other languages).
Front / Back-End: Front-End
High / Low Level: High
Interpreted / Compiled: Interpreted
What do these mean?
HTML & CSS aren't technically programming languages. HTML stands for HyperText Markup Language and CSS stands for Cascading Style Sheets. These are sheet languages, as they don't run, but they are rendered in a browser. These languages are used to make websites, like this one. HTML adds the text, images, and overall structure, whereas CSS adds color, fonts, and more.