� Is HTML Really a Programming Language?
A friend told me he’s learning programming. They started with JavaScript, now they’re on HTML, and soon, CSS. I paused and thought: Wait… HTML? A programming language? 🤔
💭 Is HTML Really a Programming Language?
A friend told me he’s learning programming.
They started with JavaScript, now they’re on HTML, and soon, CSS.
I paused and thought: Wait… HTML? A programming language? 🤔
Personally, I don’t think so.
HTML (HyperText Markup Language) simply defines the structure of a webpage — headings, paragraphs, images, links, all wrapped in tags. It tells the browser what to show, not how to think.
A true programming language, in my view, should have:
Data types (strings, numbers, booleans)
Data structures (arrays, objects, etc.)
Logic — loops, conditions, functions, classes
HTML doesn’t do any of that. It’s powerful, yes, but it’s markup, not logic.
Funny enough, when I looked it up later, opinions were split — some say it is, others say it’s not.
What do you think?
👉 Is HTML a programming language or just the backbone of the web?