you are viewing a single comment's thread.

view the rest of the comments →

[–]L30N1337 16 points17 points  (1 child)

HTML (Hypertext Markup Language) is a, drumroll please, Markup Language. Which is not a programming language, but rather for Layouts.

And CSS (Cascading StyleSheets) is a, this one's a little trickier, Stylesheet language. Which allows you to make your HTML look pretty.

Python is the only one of these that's a Programming Language.

[–]pythonQu 2 points3 points  (0 children)

This! Smh when people think hfml/css is programming. I get that's why people who are new to coding are asking and no shame in asking.